Skip to content

Commit

Permalink
archive openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
tiainen committed Nov 9, 2023
1 parent 11ce696 commit 2309f59
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,19 @@ jobs:
nmake install
cp C:\openssl1.1.1\bin\libcrypto-1_1-x64.dll C:\openssl1.1.1\bin\libcrypto.dll
cp C:\openssl1.1.1\bin\libssl-1_1-x64.dll C:\openssl1.1.1\bin\libssl.dll
zip -r openssl1.1.1w.zip C:\openssl1.1.1
- uses: actions/upload-artifact@v3
with:
name: OpenSSL build
path: |
./openssl1.1.1w.zip
- name: Build binaries and package
env:
OCI_EXE: docker
run: make ${{ matrix.target }} package

- name: Build OpenSSL
if: runner.os == 'Windows'
run: cp C:\openssl1.1.1\bin\libcrypto.dll src\main\resources\org\sqlite\native\Windows\x86_64\libcrypto.dll

- name: Build OpenSSL
if: runner.os == 'Windows'
shell: bash
run: ls -l C:\\openssl1.1.1\\lib

- name: Set platform classifier
shell: bash
run: |
Expand Down

0 comments on commit 2309f59

Please sign in to comment.