Skip to content

Commit

Permalink
Fix openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMeep committed Oct 1, 2023
1 parent ec9f281 commit 0c9852f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Release steps
- name: Package binaries
if: (github.event_name == 'release')
run: C:\msys64\usr\bin\zip vaniton-bin-windows.zip bin/vaniton.exe bin/mnemonic2address.exe bin/benchmark.exe bin/libcrypto-1_1-x64.dll README.md LICENSE.txt LICENSE.OpenSSL
run: C:\msys64\usr\bin\zip vaniton-bin-windows.zip bin/vaniton.exe bin/mnemonic2address.exe bin/benchmark.exe bin/libcrypto-*-x64.dll README.md LICENSE.txt LICENSE.OpenSSL

- name: Retrieve upload URL for the release
if: (github.event_name == 'release')
Expand Down

0 comments on commit 0c9852f

Please sign in to comment.