Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBernard03 committed Sep 21, 2024
1 parent afe929f commit 12a427d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: macos-build
path: /Users/runner/work/AndroidTools/AndroidTools/composeApp/build/compose/binaries/main/dmg
path: /Users/runner/work/AndroidTools/AndroidTools/composeApp/build/

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

0 comments on commit 12a427d

Please sign in to comment.