Skip to content

Commit

Permalink
Merge pull request #48 from Revolyssup/upload
Browse files Browse the repository at this point in the history
Add release event in workflow
  • Loading branch information
leecalcote committed Mar 1, 2022
2 parents 9fd99f6 + 5f8d0db commit 693a7fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build/Release binaries

on:
release:
types: [published]
pull_request:
branches:
- "*"
Expand Down Expand Up @@ -31,8 +34,8 @@ jobs:
assets+=("-a" "$asset")
done
tag_name="${GITHUB_REF##*/}"
hub release edit "${assets[@]}" -m "" "stable-$tag_name"
hub release edit "${assets[@]}" -m "" "$tag_name"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}



0 comments on commit 693a7fd

Please sign in to comment.