We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587543b commit afe929fCopy full SHA for afe929f
.github/workflows/main.yml
@@ -37,11 +37,11 @@ jobs:
37
uses: actions/upload-artifact@v3
38
with:
39
name: macos-build
40
- path: build/compose/binaries/main/release/
+ path: /Users/runner/work/AndroidTools/AndroidTools/composeApp/build/compose/binaries/main/dmg
41
42
- name: Upload build artifacts (Windows)
43
if: matrix.os == 'windows-latest'
44
45
46
name: windows-build
47
+ path: /Users/runner/work/AndroidTools/AndroidTools/composeApp/build/compose/binaries/main/app
0 commit comments