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 b2ac9de commit 75122aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
tag_name: ${{ needs.create_release.outputs.release_tag }}
files: |
./build/linux-*.so*
./build/linux-*static.a*
./include.zip
# Done release

Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
tag_name: ${{ needs.create_release.outputs.release_tag }}
files: |
./build/darwin-*.dylib*
./build/darwin-*static.a*
# Done release

build-windows:
Expand All @@ -104,9 +106,8 @@ jobs:
run: |
cd build
set CL=/MP
more Makefile
more Makefiles
nmake
nmake datachannel-static
- name: test
run: build/tests.exe
# Create release
Expand Down

0 comments on commit 75122aa

Please sign in to comment.