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 55115fc commit f9b184b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/WinX64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ jobs:
run: |
$outputPath = "${{ steps.paths.outputs.output_dir }}"
$licensePath = Join-Path -Path $outputPath -ChildPath "Licenses\XamlAnimatedGif LICENSE.txt"
if (Test-Path $licensePath) {
Remove-Item -Path $licensePath -Force
}
$pdbPath = Join-Path -Path $outputPath -ChildPath "PicView.Avalonia.pdb"
if (Test-Path $pdbPath) {
Remove-Item -Path $pdbPath -Force
Expand All @@ -93,8 +88,8 @@ jobs:
shell: pwsh

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

0 comments on commit f9b184b

Please sign in to comment.