Skip to content

Commit

Permalink
fix: not uploading correctly
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
1zun4 committed Jul 2, 2024
1 parent c2ccb9e commit e71d83d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,9 @@ jobs:
with:
name: liquidlauncher-macos
path: ./src-tauri/target/release/bundle/macos/liquidlauncher.app.tar.*

- uses: actions/upload-artifact@v3
if: matrix.platform == 'macos-latest-large'
with:
name: liquidlauncher-macos-large
path: ./src-tauri/target/release/bundle/macos/liquidlauncher.app.tar.*

0 comments on commit e71d83d

Please sign in to comment.