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 19, 2024
1 parent 1832b4c commit cd7f5f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/WinX64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
if (Test-Path $pdbPath) {
Remove-Item -Path $pdbPath -Force
}
# Only rename if there are spaces in the path
if ($outputPath -match " ") {
$newOutputPath = $outputPath.Replace(" ","")
Expand All @@ -88,8 +87,8 @@ jobs:
shell: pwsh

# Step 9: Upload the zip file as an artifact
- name: Upload library
- name: Upload the artifact
uses: actions/upload-artifact@v4
with:
name: PicView-win-x64
path: $outputPath
path: ${{ steps.paths.outputs.output_dir }}.zip

0 comments on commit cd7f5f0

Please sign in to comment.