We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86c6f9 commit 282c5e7Copy full SHA for 282c5e7
.github/workflows/windows-release.yml
@@ -96,8 +96,7 @@ jobs:
96
path: artifacts
97
merge-multiple: true
98
- name: Upload artifacts
99
- # env:
100
- # GITHUB_TOKEN: ${{ inputs.token }}
101
- # run: gh release upload ${{ github.event.release.tag_name }} artifacts/php* --clobber
102
run: gh release upload ${{ env.PHP_EXT_VERSION }} artifacts/php* --clobber
103
shell: bash
+ env:
+ GH_TOKEN: ${{ github.token }}
0 commit comments