diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 54e93d5..7ab6fd8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -42,7 +42,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore - name: Build @@ -52,7 +52,7 @@ jobs: - name: Archive Release uses: thedoctor0/zip-release@main with: - directory: ${{ github.workspace }}/DBC2CSV/bin/Release/net7.0 + directory: ${{ github.workspace }}/DBC2CSV/bin/Release/net8.0 type: 'zip' filename: ${{ github.workspace }}/Release-${{ matrix.target }}.zip - name: Release