We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81ba41 commit 23b448bCopy full SHA for 23b448b
.github/workflows/release-please.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/download-artifact@v4
26
with:
27
name: build-${{ github.sha }}-${{ env.DEFAULT_PHP_VERSION }}
28
- path: mysql2jsonl
+ path: ./
29
- name: Upload Release Artifact
30
if: ${{ steps.release.outputs.release_created }}
31
env:
0 commit comments