diff --git a/.github/actions/windows/build/action.yml b/.github/actions/windows/build/action.yml index 85cc96593..ac131c2aa 100644 --- a/.github/actions/windows/build/action.yml +++ b/.github/actions/windows/build/action.yml @@ -1,9 +1,6 @@ name: "Build DLL files for Windows" description: "Prepares the PHP build environment for the MongoDB driver" inputs: - ref: - description: Git reference to build - required: false php-version: description: "PHP version to build for" required: true @@ -23,7 +20,6 @@ runs: - name: Build extension uses: php/php-windows-builder/extension@1.6.0 with: - extension-ref: ${{ inputs.ref }} php-version: ${{ inputs.php-version }} arch: ${{ inputs.arch }} ts: ${{ inputs.ts }} diff --git a/.github/workflows/build-windows-packages.yml b/.github/workflows/build-windows-packages.yml index d48538c3d..4bfb02853 100644 --- a/.github/workflows/build-windows-packages.yml +++ b/.github/workflows/build-windows-packages.yml @@ -48,7 +48,6 @@ jobs: id: build-driver uses: ./.github/actions/windows/build with: - ref: ${{ inputs.ref }} php-version: ${{ matrix.php-version }} arch: ${{ matrix.arch }} ts: ${{ matrix.ts }} diff --git a/.github/workflows/create-release-artifacts.yml b/.github/workflows/create-release-artifacts.yml index 96b4283da..a30f88340 100644 --- a/.github/workflows/create-release-artifacts.yml +++ b/.github/workflows/create-release-artifacts.yml @@ -1,4 +1,5 @@ -name: create-release-artifacts.yml +name: Create Release Artifacts +run-name: Create Release artifacts for ${{ github.ref_name }} on: push: tags: