Skip to content

Commit

Permalink
Update windows_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis authored Sep 30, 2024
1 parent d924a3d commit f4954b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ jobs:
recursive: false
dest: windows_python${{ matrix.py2 }}_${{ matrix.arch }}.zip
- name: Upload files to a GitHub release
uses: svenstaro/upload-release-action@2.2.1
uses: svenstaro/upload-release-action@2.9.0
with:
repo_token: ${{ secrets.TOKEN_PUBLIC}}
overwrite: true
tag: evergreen
file: windows_python${{ matrix.py2 }}_${{ matrix.arch }}.zip
Expand Down

0 comments on commit f4954b3

Please sign in to comment.