Skip to content

Commit

Permalink
Merge branch 'tauri_v1' of https://github.com/CCBlueX/LiquidLauncher
Browse files Browse the repository at this point in the history
…into tauri_v1
  • Loading branch information
1zun4 committed Apr 14, 2024
2 parents 2693a91 + 1ef8d20 commit 827cd60
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 @@ -62,6 +62,12 @@ jobs:
with:
name: liquidlauncher-windows
path: ./src-tauri/target/release/bundle/msi/liquidlauncher_**.msi.*

- uses: actions/upload-artifact@v3
if: matrix.platform == 'windows-latest'
with:
name: liquidlauncher-windows
path: ./src-tauri/target/release/bundle/nsis/liquidlauncher_**.nsis.*

- uses: actions/upload-artifact@v3
if: matrix.platform == 'macos-latest'
Expand Down

0 comments on commit 827cd60

Please sign in to comment.