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 6afcc7d commit 27d82c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- { ARCH: amd64, PYVER: 3.13.0 }
steps:
- name: Checkout main repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build Python
shell: cmd
run: |
Expand All @@ -55,7 +55,7 @@ jobs:
cd ${{ matrix.env.ARCH }}\embeddable\
7z a -tzip python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip * -r
- name: Save build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: python3-windows\${{ matrix.env.ARCH }}\embeddable\python3-windows-${{ matrix.env.PYVER }}-${{ matrix.env.ARCH }}.zip
if-no-files-found: error
Expand Down

0 comments on commit 27d82c2

Please sign in to comment.