diff --git a/.github/workflows/windows_python.yml b/.github/workflows/windows_python.yml index 138879d..6b576de 100644 --- a/.github/workflows/windows_python.yml +++ b/.github/workflows/windows_python.yml @@ -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