Skip to content

Commit

Permalink
ci(release): 更新工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
junlongzzz committed Nov 15, 2024
1 parent d5f752e commit ee2a41b
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 @@ -48,7 +48,7 @@ jobs:
cd bin
zip -r gohomo-${{ matrix.goos }}-${{ matrix.goarch }}-${{ env.COMMIT_SHA_SHORT }}.zip *
cd ..
echo "${{ env.COMMIT_SHA_SHORT }}" > bin/version.txt
echo -n "${{ env.COMMIT_SHA_SHORT }}" > bin/version.txt
- name: Upload release assets
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit ee2a41b

Please sign in to comment.