mirror of
https://github.com/php/pie.git
synced 2026-03-23 23:12:17 +01:00
Merge pull request #412 from asgrim/fix-release-phar-job
Ensure repo is checked out for gh to attach the release
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -47,6 +47,7 @@ jobs:
|
||||
# contents:write is required to upload the binaries to the release.
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Fetch built PHAR from artifacts
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user