Skip to content

Commit

Permalink
Release action: fix asset upload (#2565)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Oct 25, 2023
1 parent d2d788c commit 272cf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag_name="${GITHUB_REF##*/}"
hub release edit -a crowdsec-release.tgz -a vendor.tgz -a *-vendor.tar.xz -m "" "$tag_name"
gh release upload "$tag_name" crowdsec-release.tgz vendor.tgz *-vendor.tar.xz

0 comments on commit 272cf54

Please sign in to comment.