Skip to content

Commit

Permalink
fix: 🐛 Fixed asset publishing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Jul 25, 2024
1 parent 6b8f336 commit 222f626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: release
uses: softprops/action-gh-release@v2
with:
draft: true
prerelease: true
draft: false
prerelease: false
fail_on_unmatched_files: false
files: |
dist-release/*.exe
Expand Down

0 comments on commit 222f626

Please sign in to comment.