From b6f27575cfafef9c50b57055e4bd6a2b4d76ef67 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 5 Jan 2024 16:59:16 +0000 Subject: [PATCH] Check whether we can automatically create windows DLLs --- .github/workflows/build.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 838e7b9..1366284 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - php: ["7.3", "7.4", "8.0", "8.1", "8.2"] + php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"] arch: [x86, x64] ts: [nts, ts] experimental: [false] @@ -88,3 +88,10 @@ jobs: with: name: ${{env.ARTIFACT_NAME}} path: ${{env.ARTIFACT}} + + - name: Publish Binaries to Release + if: ${{ startsWith(github.ref, 'refs/tags') }} + uses: svenstaro/upload-release-action@v2 + with: + asset_name: ${{env.ARTIFACT_NAME}}.dll + file: ${{env.ARTIFACT}}