1
0
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:
James Titcumb
2025-11-05 15:50:57 +00:00
committed by GitHub

View File

@@ -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: