Skip to content

Commit 9884921

Browse files
committed
Add an artifact for easy testing.
1 parent c1dc845 commit 9884921

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/makefile.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
runs-on: windows-latest
2525
steps:
2626
- uses: actions/checkout@v4
27-
with:
28-
ref: trunk
2927
- name: Download Openssl using curl and Expand-Archive
3028
shell: pwsh
3129
run: |
@@ -84,3 +82,7 @@ jobs:
8482
cd native
8583
echo "Building for ${{ matrix.build-arch }}"
8684
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
85+
- uses: actions/upload-artifact@v4
86+
with:
87+
name: windows-artifact
88+
path: native/WIN7_X64_DLL_RELEASE\tcnative-2.dll

0 commit comments

Comments
 (0)