From a95e9228e6bb8de8e79f24fb6d90bc9fdde14264 Mon Sep 17 00:00:00 2001 From: TangRufus Date: Thu, 30 Apr 2026 23:29:46 +0100 Subject: [PATCH] Update release assets patterns for php-matrix v1.1.4+ --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index a2e1510..30d4e00 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ runs: shell: bash working-directory: ${{ github.action_path }} env: - PATTERN: php-matrix_linux_arm64.tar.gz + PATTERN: php-matrix_Linux_arm64.tar.gz TAG: ${{ inputs.version }} GH_TOKEN: ${{ inputs.github-token }} @@ -65,7 +65,7 @@ runs: shell: bash working-directory: ${{ github.action_path }} env: - PATTERN: php-matrix_linux_amd64.tar.gz + PATTERN: php-matrix_Linux_x86_64.tar.gz TAG: ${{ inputs.version }} GH_TOKEN: ${{ github.token }} @@ -75,7 +75,7 @@ runs: shell: bash working-directory: ${{ github.action_path }} env: - PATTERN: php-matrix_darwin_arm64.tar.gz + PATTERN: php-matrix_Darwin_arm64.tar.gz TAG: ${{ inputs.version }} GH_TOKEN: ${{ inputs.github-token }} @@ -85,7 +85,7 @@ runs: shell: bash working-directory: ${{ github.action_path }} env: - PATTERN: php-matrix_darwin_amd64.tar.gz + PATTERN: php-matrix_Darwin_x86_64.tar.gz TAG: ${{ inputs.version }} GH_TOKEN: ${{ inputs.github-token }}