Skip to content

Commit

Permalink
upload binaries to release
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed May 3, 2024
1 parent a4d3485 commit 958b792
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,10 @@ jobs:
with:
name: ${{ env.ARCHIVE_NAME }}
path: ${{ env.ARCHIVE_NAME }}

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
*.zip

0 comments on commit 958b792

Please sign in to comment.