Skip to content

Commit

Permalink
Fix #20
Browse files Browse the repository at this point in the history
  • Loading branch information
mzz2017 authored Sep 15, 2022
1 parent 5dd0fc9 commit 62e4192
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ 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
- name: Smoking test
if: matrix.goarch == 'amd64'
run: ./gg-$ASSET_NAME --version

- name: Signature
run: |
Expand Down

0 comments on commit 62e4192

Please sign in to comment.