Ver código fonte

Update action

Daniel Chalmers 1 ano atrás
pai
commit
240d8301e9
1 arquivos alterados com 1 adições e 1 exclusões
  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