diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 56ad66ae1..3ec49363a 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -2,9 +2,9 @@ name: Makefile CI on: push: - branches: [ "trunk" ] + branches: [ "test" ] pull_request: - branches: [ "trunk" ] + branches: [ "test" ] env: OPENSSL_VERSION: 3.5.0 @@ -86,6 +86,7 @@ jobs: cd native echo "Building for ${{ matrix.build-arch }}" 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 + dir WIN7_X64_DLL_RELEASE - uses: actions/upload-artifact@v4 with: name: windows-artifact