Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed Jun 4, 2024
1 parent 40c3676 commit 1da492d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:
- name: Create release
if: startsWith(github.ref, 'refs/tags')
uses: softprops/action-gh-release@v1
working-directory: ./dist
with:
files: |
*.exe
*.app
./dist/*.exe
./dist/*.app
draft: true

0 comments on commit 1da492d

Please sign in to comment.