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.
1 parent 741767a commit 8ac30edCopy full SHA for 8ac30ed
.github/workflows/build-windows-package.yml
@@ -119,6 +119,6 @@ jobs:
119
- name: "Create and upload release asset"
120
if: ${{ inputs.upload_release_asset }}
121
run: |
122
- ARCHIVE=php_mongodb-${{ inputs.version }}-${{ inputs.php }}-${{ inputs.ts }}-${{ needs.build.outputs.vs }}-${{ inputs.arch }}.zip
+ ARCHIVE=php_mongodb-${{ inputs.version }}-${{ inputs.php }}-${{ inputs.ts }}-${{ needs.build.outputs.vs }}-${{ inputs.arch == 'x64' && 'x64_86' || inputs.arch }}.zip
123
zip ${ARCHIVE} php_mongodb.dll php_mongodb.dll.sig php_mongodb.pdb CREDITS CONTRIBUTING.md LICENSE README.md THIRD_PARTY_NOTICES
124
gh release upload ${{ inputs.version }} ${ARCHIVE}
0 commit comments