Skip to content

Commit

Permalink
Merge pull request #17 from leoleovich/fix_release
Browse files Browse the repository at this point in the history
Fix release workflow, build the dynamic binary with ACL
  • Loading branch information
Felixoid authored Jul 9, 2020
2 parents e544342 + 42c2cfa commit ab0b78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
# Checkout action doesn't fetch tags
git fetch --tags
make -e CGO_ENABLED=0 packages
make packages
make github_artifact
- name: Upload rpm
id: upload-rpm
Expand Down

0 comments on commit ab0b78f

Please sign in to comment.