Skip to content

Commit 87cf158

Browse files
authored
Update release assets patterns for php-matrix v1.1.4+ (#59)
1 parent 02ddae0 commit 87cf158

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
shell: bash
5656
working-directory: ${{ github.action_path }}
5757
env:
58-
PATTERN: php-matrix_linux_arm64.tar.gz
58+
PATTERN: php-matrix_Linux_arm64.tar.gz
5959
TAG: ${{ inputs.version }}
6060
GH_TOKEN: ${{ inputs.github-token }}
6161

@@ -65,7 +65,7 @@ runs:
6565
shell: bash
6666
working-directory: ${{ github.action_path }}
6767
env:
68-
PATTERN: php-matrix_linux_amd64.tar.gz
68+
PATTERN: php-matrix_Linux_x86_64.tar.gz
6969
TAG: ${{ inputs.version }}
7070
GH_TOKEN: ${{ github.token }}
7171

@@ -75,7 +75,7 @@ runs:
7575
shell: bash
7676
working-directory: ${{ github.action_path }}
7777
env:
78-
PATTERN: php-matrix_darwin_arm64.tar.gz
78+
PATTERN: php-matrix_Darwin_arm64.tar.gz
7979
TAG: ${{ inputs.version }}
8080
GH_TOKEN: ${{ inputs.github-token }}
8181

@@ -85,7 +85,7 @@ runs:
8585
shell: bash
8686
working-directory: ${{ github.action_path }}
8787
env:
88-
PATTERN: php-matrix_darwin_amd64.tar.gz
88+
PATTERN: php-matrix_Darwin_x86_64.tar.gz
8989
TAG: ${{ inputs.version }}
9090
GH_TOKEN: ${{ inputs.github-token }}
9191

0 commit comments

Comments
 (0)