Skip to content

Commit

Permalink
ci: correct artifact paths
Browse files Browse the repository at this point in the history
  • Loading branch information
brunostjohn authored Aug 1, 2023
1 parent aac7fc3 commit 0a30451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: nightly-build
path: src-tauri/target/release/bundle/*.exe
path: src-tauri/target/release/bundle/nsis/*.exe
retention-days: 1

0 comments on commit 0a30451

Please sign in to comment.