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 b24ba20 commit e85510eCopy full SHA for e85510e
.github/workflows/build_windows.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Save build
58
uses: actions/upload-artifact@v4
59
with:
60
- name: python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip
+ name: python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip
61
path: python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip
62
if-no-files-found: error
63
- name: Publish to Digital Ocean
0 commit comments