فهرست منبع

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