diff --git a/.github/workflows/push-hostinger.yml b/.github/workflows/push-hostinger.yml index e561e57..2f7802d 100644 --- a/.github/workflows/push-hostinger.yml +++ b/.github/workflows/push-hostinger.yml @@ -26,7 +26,7 @@ jobs: run: dotnet restore src/Monambike.Website.sln - name: Build and publish - run: dotnet publish -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 @@ -34,6 +34,6 @@ jobs: server: ${{ secrets.FTP_SERVER }} username: ${{ secrets.FTP_USERNAME }} password: ${{ secrets.FTP_PASSWORD }} - local-dir: ./publish-folder - remote-dir: public_html + local-dir: ./publish-folder/ + server-dir: public_html/ passive: true diff --git a/README.md b/README.md index 77c92c7..7b77f8c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Static Badge Static Badge Static Badge Static Badge +Static Badge Static Badge Static Badge Static Badge Static Badge ![Blazor](https://img.shields.io/badge/blazor-%235C2D91.svg?style=for-the-badge&logo=blazor&logoColor=white) ![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=csharp&logoColor=white)