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 cd7f5f0 commit a63e306
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/WinX64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,10 @@ jobs:
Rename-Item -Path $outputPath -NewName $newOutputPath
}
shell: pwsh

# Step 8: Zip the output directory
- name: Zip the output
run: |
$outputPath = "${{ steps.paths.outputs.output_dir }}"
Compress-Archive -Path "$outputPath\*" -DestinationPath "$outputPath.zip"
shell: pwsh

# Step 9: Upload the zip file as an artifact

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

0 comments on commit a63e306

Please sign in to comment.