Explorar o código

Update action

Daniel Chalmers hai 1 ano
pai
achega
240d8301e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/actions/prepare-for-release/action.yml

+ 1 - 1
.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