File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -264,10 +264,10 @@ jobs:
264264 uses : actions/upload-artifact@v4
265265 with :
266266 name : frankenphp-linux-${{ matrix.platform == 'linux/amd64' && 'x86_64' || 'aarch64' }}-gnu-files
267- path : frankenphp*
267+ path : frankenphp- *
268268 - name : Upload assets
269269 if : fromJson(needs.prepare.outputs.push) && (needs.prepare.outputs.ref || github.ref_type == 'tag')
270- run : gh release upload "${{ (github.ref_type == 'tag' && github.ref_name) || needs.prepare.outputs.ref }}" frankenphp* --repo dunglas/frankenphp --clobber
270+ run : gh release upload "${{ (github.ref_type == 'tag' && github.ref_name) || needs.prepare.outputs.ref }}" frankenphp- * --repo dunglas/frankenphp --clobber
271271 env :
272272 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
273273 - if : fromJson(needs.prepare.outputs.push) && (needs.prepare.outputs.ref || github.ref_type == 'tag')
You can’t perform that action at this time.
0 commit comments