Skip to content

Commit

Permalink
Update build-openssl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhjaxt authored Aug 20, 2023
1 parent 3fbb287 commit d5b9681
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ needs.create_release.outputs.release_tag }}
files: build/*
files: |
./build/linux-openssl-nomedia-nows-*.so*
# Done release

build-macos:
Expand Down Expand Up @@ -81,7 +82,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ needs.create_release.outputs.release_tag }}
files: build/*
files: |
./build/darwin-openssl-nomedia-nows-*.dylib*
# Done release

build-windows:
Expand Down Expand Up @@ -112,5 +114,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ needs.create_release.outputs.release_tag }}
files: build/*
files: |
./build/windows-openssl-nomedia-nows-*.pdb*
./build/windows-openssl-nomedia-nows-*.lib*
./build/windows-openssl-nomedia-nows-*.dll*
# Done release

0 comments on commit d5b9681

Please sign in to comment.