Skip to content

Commit

Permalink
Update WinX64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 authored Sep 27, 2024
1 parent 0aa6853 commit b2531b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/WinX64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
# Step 4: Define paths
- name: Define paths
id: paths
shell: pwsh
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"
shell: pwsh
# Step 5: Run dotnet publish
- name: Publish the project
Expand Down

0 comments on commit b2531b8

Please sign in to comment.