Skip to content

Commit d8c9e89

Browse files
committed
Update deploy.yml to specific project
1 parent 9b5c0f9 commit d8c9e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: dotnet build --configuration Release --no-restore
3737

3838
- name: Publish
39-
run: dotnet publish --configuration Release --output ${{ env.PUBLISH_OUTPUT_DIR }}
39+
run: dotnet publish src/MvcDemo --configuration Release --runtime linux-x64 --framework net8.0 --output ${{ env.PUBLISH_OUTPUT_DIR }}
4040

4141
- name: Stop the service
4242
uses: appleboy/ssh-action@v1

0 commit comments

Comments
 (0)