Skip to content

Commit

Permalink
Update build_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo authored Nov 14, 2024
1 parent b24ba20 commit e85510e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Save build
uses: actions/upload-artifact@v4
with:
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
path: python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip
if-no-files-found: error
- name: Publish to Digital Ocean
Expand Down

0 comments on commit e85510e

Please sign in to comment.