diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03f067b..19fcf94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | @@ -113,4 +114,4 @@ jobs: file_glob: true file: ./gg-${{ steps.get_filename.outputs.ASSET_NAME }}* overwrite: true - tag: ${{ github.ref }} \ No newline at end of file + tag: ${{ github.ref }}