diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 575a481..2b95db5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,15 +67,6 @@ jobs: asset_path: BililiveRecorder.WPF/bin/${{ matrix.build_configuration }}/BililiveRecorder-WPF-Portable.zip asset_name: BililiveRecorder-WPF-Portable.zip asset_content_type: application/zip - - name: Upload Installer - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ github.event.release.upload_url }} - asset_path: BililiveRecorder.WPF\bin\SquirrelReleases\Setup.exe - asset_name: BililiveRecorder-WPF-Setup.exe - asset_content_type: application/vnd.microsoft.portable-executable release_cli: needs: test diff --git a/BililiveRecorder.WPF/BililiveRecorder.WPF.csproj b/BililiveRecorder.WPF/BililiveRecorder.WPF.csproj index 7903f2a..4f9dc6d 100644 --- a/BililiveRecorder.WPF/BililiveRecorder.WPF.csproj +++ b/BililiveRecorder.WPF/BililiveRecorder.WPF.csproj @@ -381,9 +381,7 @@ bin\NupkgReleases\ - bin\SquirrelReleases\ - \ No newline at end of file