Skip to content

Commit

Permalink
fix: release gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
regisrex committed Apr 22, 2024
1 parent 046e514 commit 3d5b9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fi
go build -o $BINARY_NAME
if [ -n "$ARCHIVE_NAME" ]; then
tar -czf $ARCHIVE_NAME -o $BINARY_NAME
tar -czf $ARCHIVE_NAME $BINARY_NAME
fi
- name: Upload Release Asset
Expand Down

0 comments on commit 3d5b9a7

Please sign in to comment.