Skip to content

Commit

Permalink
Fix release (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
UserNotFound authored Jul 8, 2024
1 parent 51bb0f5 commit c9017a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
go build && mv chkbundle "chkbundle-${GOOS}-${GOARCH}"
sha1sum chkbundle-* > chkbundle.sum
- name: Publish artifact
- name: Publish files to release
if: github.event_name == 'release'
uses: actions/upload-artifact@v4
with:
path: |
chkbundle-*
chkbundle.sum
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
run: |
gh release upload ${{github.event.release.tag_name}} chkbundle-*
gh release upload ${{github.event.release.tag_name}} chkbundle.sum

0 comments on commit c9017a6

Please sign in to comment.