소스 검색

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