From bd5d7eb6ba3dd219847a4c93c96d5a4c2640c114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Gabriel?= <35270174+monambike@users.noreply.github.com> Date: Sun, 18 Feb 2024 19:33:55 -0300 Subject: [PATCH] Update push-hostinger.yml --- .github/workflows/push-hostinger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-hostinger.yml b/.github/workflows/push-hostinger.yml index c7e14dd..9e7646a 100644 --- a/.github/workflows/push-hostinger.yml +++ b/.github/workflows/push-hostinger.yml @@ -19,7 +19,7 @@ jobs: dotnet-version: '8.0.x' - name: Restore dependencies - run: dotnet restore + run: dotnet restore src/Monambike.Website.sln - name: Build and publish run: dotnet publish -c Release --output ./publish-folder