Skip to content

Commit

Permalink
fix(phar): make sure artifact is downloaded into root
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanChepurnyi committed Jan 27, 2025
1 parent e81ba41 commit 23b448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: build-${{ github.sha }}-${{ env.DEFAULT_PHP_VERSION }}
path: mysql2jsonl
path: ./
- name: Upload Release Artifact
if: ${{ steps.release.outputs.release_created }}
env:
Expand Down

0 comments on commit 23b448b

Please sign in to comment.