Skip to content

Commit 53b92da

Browse files
committed
Upload OpenSSL Artifacts
1 parent 6517519 commit 53b92da

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
perl Configure no-shared no-tests VC-WIN32 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601
3939
nmake
4040
nmake install_sw
41+
- name: Upload OpenSSL Artifacts
42+
uses: actions/upload-artifact@v4
43+
with:
44+
name: unity-p4-plugin-ntx86-openssl
45+
path: ${env:ProgramFiles(x86)}\OpenSSL\lib\*
4146
- name: Build
4247
run: |
4348
$env:INCLUDE += ";$(Resolve-Path 'C:\p4api\win32\p4api-*\include\p4\')"
@@ -128,6 +133,11 @@ jobs:
128133
perl Configure no-shared no-tests darwin64-x86_64-cc -mmacosx-version-min=10.11 --prefix=/usr/local/ssl/openssl@1.1-x86_64
129134
make depend
130135
sudo make install_sw
136+
- name: Upload OpenSSL Artifacts
137+
uses: actions/upload-artifact@v4
138+
with:
139+
name: unity-p4-plugin-ntx86-openssl
140+
path: /tmp/openssl-1.1.1w/*.a
131141
- name: Build
132142
run: |
133143
include_dir=(/tmp/p4api-*/include/p4)

0 commit comments

Comments
 (0)