From 240d8301e9d01fc3b0d29c3667d4f90db485f1e6 Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Wed, 3 Jan 2024 20:55:56 -0600 Subject: [PATCH] Update action --- .github/actions/prepare-for-release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/prepare-for-release/action.yml b/.github/actions/prepare-for-release/action.yml index cf97f0b..85524a5 100644 --- a/.github/actions/prepare-for-release/action.yml +++ b/.github/actions/prepare-for-release/action.yml @@ -17,7 +17,7 @@ runs: - name: Publish shell: bash - run: dotnet publish .\DesktopClock\DesktopClock.csproj -o "publish" -c Release -r win-x64 + run: dotnet publish ./DesktopClock/DesktopClock.csproj -o "publish" -c Release -r win-x64 - name: Create installer shell: bash