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 27d82c2 commit b24ba20Copy full SHA for b24ba20
.github/workflows/build_windows.yml
@@ -57,6 +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
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