Skip to content

Commit 533fdb8

Browse files
committed
only copy frankenphp-* files
1 parent 564b85d commit 533fdb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)