Skip to content

Commit

Permalink
Fix artifacts?
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Aug 3, 2023
1 parent 10e9fed commit a1383f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gui-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ jobs:
tag: ${{ env.tag }}
draft: true
prerelease: ${{ env.prerelease }}
artifacts: "artifacts/**/*"
artifacts: "artifacts/windows-latest-dist/*,artifacts/ubuntu-latest-dist/*"
artifactContentType: application/octet-stream
generateReleaseNotes: true

0 comments on commit a1383f2

Please sign in to comment.