We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3f2c5c + d8c9e89 commit e0427c7Copy full SHA for e0427c7
.github/workflows/deploy.yml
@@ -36,7 +36,7 @@ jobs:
36
run: dotnet build --configuration Release --no-restore
37
38
- name: Publish
39
- run: dotnet publish --configuration Release --output ${{ env.PUBLISH_OUTPUT_DIR }}
+ run: dotnet publish src/MvcDemo --configuration Release --runtime linux-x64 --framework net8.0 --output ${{ env.PUBLISH_OUTPUT_DIR }}
40
41
- name: Stop the service
42
uses: appleboy/ssh-action@v1
0 commit comments