We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7e8e9 commit 65351ceCopy full SHA for 65351ce
1 file changed
.github/workflows/release.yml
@@ -47,6 +47,7 @@ jobs:
47
# contents:write is required to upload the binaries to the release.
48
contents: write
49
steps:
50
+ - uses: actions/checkout@v4
51
- name: Fetch built PHAR from artifacts
52
uses: actions/download-artifact@v6
53
with:
0 commit comments