Skip to content

Commit

Permalink
Change artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBernard03 committed Sep 21, 2024
1 parent 587543b commit afe929f
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: build/compose/binaries/main/release/
path: /Users/runner/work/AndroidTools/AndroidTools/composeApp/build/compose/binaries/main/dmg

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

0 comments on commit afe929f

Please sign in to comment.