Skip to content

Commit 23b448b

Browse files
committed
fix(phar): make sure artifact is downloaded into root
1 parent e81ba41 commit 23b448b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/download-artifact@v4
2626
with:
2727
name: build-${{ github.sha }}-${{ env.DEFAULT_PHP_VERSION }}
28-
path: mysql2jsonl
28+
path: ./
2929
- name: Upload Release Artifact
3030
if: ${{ steps.release.outputs.release_created }}
3131
env:

0 commit comments

Comments
 (0)