Skip to content

Commit

Permalink
different uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemoka committed Sep 9, 2024
1 parent 1a89cb1 commit 3e77586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: cao-nightly-${{ matrix.platform }}
path: src-tauri/target/release/bundle
path: ${{ matrix.platform == 'macos-latest' && 'src-tauri/target/universal-apple-darwin/release/bundle' || 'src-tauri/target/release/bundle' }}

0 comments on commit 3e77586

Please sign in to comment.