Skip to content

Commit

Permalink
no vendor build for now (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus authored Jun 21, 2024
1 parent 65769dd commit cec1ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binary-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag_name="${GITHUB_REF##*/}"
gh release upload "$tag_name" $PROGRAM_NAME* vendor.tgz
gh release upload "$tag_name" $PROGRAM_NAME*

0 comments on commit cec1ccd

Please sign in to comment.