Skip to content

Commit

Permalink
Patch #22
Browse files Browse the repository at this point in the history
  • Loading branch information
mzz2017 authored Sep 15, 2022
1 parent 5828248 commit 5dd0fc9
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 @@ -90,7 +90,7 @@ jobs:
run: |
go build -v -o gg-$ASSET_NAME -trimpath -ldflags "-X github.com/mzz2017/gg/cmd.Version=${{ steps.get_version.outputs.VERSION }} -s -w -buildid=" .
upx gg-$ASSET_NAME
gg-$ASSET_NAME --version
./gg-$ASSET_NAME --version
- name: Signature
run: |
Expand Down

0 comments on commit 5dd0fc9

Please sign in to comment.