Skip to content

Commit

Permalink
Release action: fix asset upload (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Oct 25, 2023
1 parent 0ca292c commit 660563d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binary-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag_name="${GITHUB_REF##*/}"
# this will find the $PROGRAM_NAME-vendor.tar.xz file as well
hub release edit $(find . -name "$PROGRAM_NAME*" -maxdepth 1 -printf "-a %p ") -a vendor.tgz -m "" "$tag_name"
# this will upload the $PROGRAM_NAME-vendor.tar.xz file as well
gh release upload "$tag_name" $PROGRAM_NAME* vendor.tgz

0 comments on commit 660563d

Please sign in to comment.