Skip to content

Commit

Permalink
Update push-hostinger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monambike authored Feb 19, 2024
1 parent ed35943 commit 62787cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-hostinger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet restore src/Monambike.Website.sln

- name: Build and publish
run: dotnet publish src/Monambike.Website.sln -c Release --output ./publish-folder
run: dotnet publish src/Monambike.Website.sln -c Release -f net8.0 -r browser-wasm --self-contained --output ./publish-folder

- name: Deploy via FTP
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
Expand Down

0 comments on commit 62787cd

Please sign in to comment.