Skip to content

Commit

Permalink
build: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Mar 29, 2024
1 parent b2f230a commit 0ca51a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ jobs:
if: github.event_name == 'release'
uses: softprops/action-gh-release@v1
with:
files: build
files: |
build/${{ env.name }}
build/${{ env.name }}.sha256

0 comments on commit 0ca51a4

Please sign in to comment.