Skip to content

Commit

Permalink
feat:add win release
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuan520 committed Nov 14, 2024
1 parent 0a74bb7 commit 8105df9
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 @@ -39,6 +39,7 @@ jobs:
uses: softprops/action-gh-release@v2 #具体参考https://github.com/softprops/action-gh-release
if: ( matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' ) && startsWith(github.ref, 'refs/tags/') # 设置为有tag才进行上传
with:
body_path: commit-message.log
files: |
cppnet-${{ matrix.os }}-release.tar.gz
cppnet-${{ matrix.os }}-ssl-release.tar.gz
Expand All @@ -48,7 +49,6 @@ jobs:
uses: softprops/action-gh-release@v2 #具体参考https://github.com/softprops/action-gh-release
if: matrix.os == 'windows-latest' && startsWith(github.ref, 'refs/tags/') # 设置为有tag才进行上传
with:
body_path: commit-message.log
files: |
cppnet-${{ matrix.os }}-release.tar.gz
LICENSE

0 comments on commit 8105df9

Please sign in to comment.