Skip to content

Commit

Permalink
Update main_quickinfo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov authored Nov 4, 2024
1 parent 9e55307 commit f2b36ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_quickinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet build --configuration Release

- name: dotnet publish
run: dotnet publish -c Release -f net6.0 -o ${{env.DOTNET_ROOT}}/myapp
run: dotnet publish -c Release -f net8.0 -o ${{env.DOTNET_ROOT}}/myapp

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f2b36ec

Please sign in to comment.