Skip to content

Commit 0550f68

Browse files
authored
fixed macOS binaries not being published
1 parent 347453f commit 0550f68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
with:
226226
artifacts: |
227227
${{ github.workspace }}/Linux-PM*/*.tar.gz
228-
${{ github.workspace }}/MacOS-PM*/*.tar.gz
228+
${{ github.workspace }}/MacOS-*-PM*/*.tar.gz
229229
${{ github.workspace }}/Windows-PM*/*.zip
230230
makeLatest: ${{ github.ref_name == github.event.repository.default_branch }}
231231
name: PHP ${{ steps.version.outputs.PHP_VERSION }} - Latest (Build ${{ github.run_number }})
@@ -241,7 +241,7 @@ jobs:
241241
with:
242242
artifacts: |
243243
${{ github.workspace }}/Linux-PM*/*.tar.gz
244-
${{ github.workspace }}/MacOS-PM*/*.tar.gz
244+
${{ github.workspace }}/MacOS-*-PM*/*.tar.gz
245245
${{ github.workspace }}/Windows-PM*/*.zip
246246
makeLatest: false
247247
name: PHP ${{ steps.version.outputs.PHP_VERSION }} (Build ${{ github.run_number }})

0 commit comments

Comments
 (0)