File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
env :
64
64
CFLAGS : ${{ matrix.ARCH.CFLAGS }}
65
65
66
- - uses : actions/upload-artifact@v4.4.3
66
+ - uses : actions/upload-artifact@v4.5.0
67
67
with :
68
68
name : " openssl-macos-${{ matrix.ARCH.ARTIFACT_NAME }}"
69
69
path : artifact/
90
90
cp -r ../x86-64/lib/pkgconfig lib/
91
91
lipo -create -output lib/libssl.a ../x86-64/lib/libssl.a ../arm64/lib/libssl.a
92
92
lipo -create -output lib/libcrypto.a ../x86-64/lib/libcrypto.a ../arm64/lib/libcrypto.a
93
- - uses : actions/upload-artifact@v4.4.3
93
+ - uses : actions/upload-artifact@v4.5.0
94
94
with :
95
95
name : " openssl-macos-universal2"
96
96
path : artifact/
Original file line number Diff line number Diff line change 48
48
shell : cmd
49
49
- run : windows\openssl\build_openssl.bat ${{ matrix.ARCH }}
50
50
shell : cmd
51
- - uses : actions/upload-artifact@v4.4.3
51
+ - uses : actions/upload-artifact@v4.5.0
52
52
with :
53
53
name : " openssl-${{ matrix.ARCH }}"
54
54
path : build\
You can’t perform that action at this time.
0 commit comments