Skip to content

Commit afe929f

Browse files
Change artifact path
1 parent 587543b commit afe929f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
uses: actions/upload-artifact@v3
3838
with:
3939
name: macos-build
40-
path: build/compose/binaries/main/release/
40+
path: /Users/runner/work/AndroidTools/AndroidTools/composeApp/build/compose/binaries/main/dmg
4141

4242
- name: Upload build artifacts (Windows)
4343
if: matrix.os == 'windows-latest'
4444
uses: actions/upload-artifact@v3
4545
with:
4646
name: windows-build
47-
path: build/compose/binaries/main/release/
47+
path: /Users/runner/work/AndroidTools/AndroidTools/composeApp/build/compose/binaries/main/app

0 commit comments

Comments
 (0)