Skip to content

Commit 282c5e7

Browse files
committed
fixup! wip: windows-release
1 parent c86c6f9 commit 282c5e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/windows-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ jobs:
9696
path: artifacts
9797
merge-multiple: true
9898
- name: Upload artifacts
99-
# env:
100-
# GITHUB_TOKEN: ${{ inputs.token }}
101-
# run: gh release upload ${{ github.event.release.tag_name }} artifacts/php* --clobber
10299
run: gh release upload ${{ env.PHP_EXT_VERSION }} artifacts/php* --clobber
103100
shell: bash
101+
env:
102+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)