Skip to content

Commit

Permalink
feat: smoking test (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceCodeNew authored Sep 15, 2022
1 parent e3850ca commit 5828248
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +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
- name: Signature
run: |
Expand All @@ -113,4 +114,4 @@ jobs:
file_glob: true
file: ./gg-${{ steps.get_filename.outputs.ASSET_NAME }}*
overwrite: true
tag: ${{ github.ref }}
tag: ${{ github.ref }}

0 comments on commit 5828248

Please sign in to comment.