diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 2a8b6c6..f9249eb 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -89,7 +89,8 @@ jobs: echo "RELEASE_NAME=$ReleaseName" >> $env:GITHUB_ENV - name: Uploading - uses: softprops/action-gh-release@master + # https://github.com/softprops/action-gh-release/issues/556#issuecomment-2556947371 + uses: softprops/action-gh-release@v2.1.0 with: name: ${{ env.RELEASE_NAME }} token: ${{ github.token }}