Skip to content

Commit

Permalink
ci(release): 更新工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
junlongzzz committed Nov 11, 2024
1 parent 2ea5fbb commit 8d5b0fd
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 @@ -45,7 +45,7 @@ jobs:
mkdir -p bin
go version
go build -ldflags="${{ env.LDFLAGS }}" -trimpath -o bin/gohomo.exe .
zip -r bin/gohomo-${{ matrix.goos }}-${{ matrix.goarch }}-${{ env.COMMIT_SHA_SHORT }}.zip bin/
zip -r bin/gohomo-${{ matrix.goos }}-${{ matrix.goarch }}-${{ env.COMMIT_SHA_SHORT }}.zip bin/*
echo "${{ env.COMMIT_SHA_SHORT }}" > bin/version.txt
- name: Upload release assets
Expand Down

0 comments on commit 8d5b0fd

Please sign in to comment.