diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 964f7a1..a0790c9 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore - name: Publish @@ -22,7 +22,7 @@ jobs: - name: Easy Zip Files uses: vimtor/action-zip@v1 with: - files: bin/Release/net7.0/win-x64/publish/ + files: bin/Release/net8.0/win-x64/publish/ dest: 'November-Pirates-win-${{ github.ref_name }}.zip' - name: GH Release uses: softprops/action-gh-release@v0.1.14