瀏覽代碼

Update action

Daniel Chalmers 1 年之前
父節點
當前提交
240d8301e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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