Ruben преди 1 година
родител
ревизия
b2531b8270
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .github/workflows/WinX64.yml

+ 2 - 2
.github/workflows/WinX64.yml

@@ -33,10 +33,10 @@ jobs:
       # Step 4: Define paths
       # Step 4: Define paths
       - name: Define paths
       - name: Define paths
         id: paths
         id: paths
+        shell: pwsh
         run: |
         run: |
-          $outputDir = "PicView-v.${{steps.get-version.outputs.file-version}}-win-x64"
+          $outputDir = (Resolve-Path "PicView-v.${{steps.get-version.outputs.file-version}}-win-x64").Path
           echo "##[set-output name=output_dir;]$outputDir"
           echo "##[set-output name=output_dir;]$outputDir"
-        shell: pwsh
 
 
       # Step 5: Run dotnet publish
       # Step 5: Run dotnet publish
       - name: Publish the project
       - name: Publish the project