diff --git a/.github/workflows/fyshls.yml b/.github/workflows/fyshls.yml index 39c04e0..3bdbd63 100644 --- a/.github/workflows/fyshls.yml +++ b/.github/workflows/fyshls.yml @@ -31,7 +31,7 @@ jobs: - name: Upload Release Asset uses: actions/upload-release-asset@v1 with: - upload_url: ${{ github.server_url }}/${{ github.repository }}/releases/tag/${{ github.ref_name }} + upload_url: ${{ github.api_url }}/${{ github.repository }}/releases/tag/${{ github.ref_name }} asset_path: fyshls asset_name: fyshls-${{ matrix.os }} asset_content_type: application/octet-stream