File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }})
You can’t perform that action at this time.
0 commit comments