Skip to content

Commit

Permalink
Fix lockfile release upload (probably).
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Dec 20, 2023
1 parent 750bf03 commit 1455119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.draft_release.outputs.upload_url }}
asset_path: ./build/composer.lock
asset_path: ./build/psysh/composer.lock
asset_name: composer-${{ needs.draft_release.outputs.tag_name }}.lock
asset_content_type: application/gzip

0 comments on commit 1455119

Please sign in to comment.