Skip to content

Commit

Permalink
chore: upload nsis artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Apr 6, 2024
1 parent affa1c7 commit 1ef8d20
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 1ef8d20

Please sign in to comment.