We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1dc845 commit 9884921Copy full SHA for 9884921
.github/workflows/makefile.yml
@@ -24,8 +24,6 @@ jobs:
24
runs-on: windows-latest
25
steps:
26
- uses: actions/checkout@v4
27
- with:
28
- ref: trunk
29
- name: Download Openssl using curl and Expand-Archive
30
shell: pwsh
31
run: |
@@ -84,3 +82,7 @@ jobs:
84
82
cd native
85
83
echo "Building for ${{ matrix.build-arch }}"
86
nmake -f NMAKEmakefile CPU=${{ matrix.build-arch }} WITH_APR=C:\APR WITH_OPENSSL=C:\OPENSSL APR_DECLARE_STATIC=1 STATIC_CRT=Hybrid OPENSSL_NEW_LIBS=1 ENABLE_OCSP=1
+ - uses: actions/upload-artifact@v4
+ with:
87
+ name: windows-artifact
88
+ path: native/WIN7_X64_DLL_RELEASE\tcnative-2.dll
0 commit comments