We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d50b362 + 2b31d82 commit b272fe2Copy full SHA for b272fe2
.github/workflows/windows-release-build.yml
@@ -32,6 +32,6 @@ jobs:
32
run: |
33
ARCHIVE=php_mongodb-${{ github.ref_name }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}.zip
34
zip $ARCHIVE php_mongodb.dll php_mongodb.pdb CREDITS CONTRIBUTING.md LICENSE README.md THIRD_PARTY_NOTICES
35
- hub release edit -a $ARCHIVE -m "" $GITHUB_REF_NAME
+ gh release upload $GITHUB_REF_NAME $ARCHIVE
36
env:
37
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments