diff --git a/.github/workflows/release-xxx.yml b/.github/workflows/release-xxx.yml index 6e4b06ba..8645e4fb 100644 --- a/.github/workflows/release-xxx.yml +++ b/.github/workflows/release-xxx.yml @@ -53,7 +53,7 @@ jobs: run: dotnet publish src/AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj -c Release - uses: vimtor/action-zip@v1 with: - files: src/AgileConfig.Server.Apisite/bin/Release/net6.0/publish/ + files: src/AgileConfig.Server.Apisite/bin/Release/net8.0/publish/ dest: agileconfig_server_deploy.zip - name: create release uses: ncipollo/release-action@v1