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 e3d1244 commit 13afdb6Copy full SHA for 13afdb6
.github/workflows/build-windows-package.yml
@@ -114,7 +114,7 @@ jobs:
114
115
- name: "Generate file name for DLL and archive"
116
run:
117
- echo FILENAME="php_mongodb-${{ inputs.version }}-${{ inputs.php }}-${{ inputs.ts }}-${{ needs.build.outputs.vs }}-${{ inputs.arch == 'x64' && 'x64_86' || inputs.arch }}" >> "$GITHUB_ENV"
+ echo FILENAME="php_mongodb-${{ inputs.version }}-${{ inputs.php }}-${{ inputs.ts }}-${{ needs.build.outputs.vs }}-${{ inputs.arch == 'x64' && 'x86_64' || inputs.arch }}" >> "$GITHUB_ENV"
118
119
# In this step, we:
120
# - update the extension DLL and PDB file names to match the expectation of pie
0 commit comments