Skip to content

Commit

Permalink
Are the paths correct now?
Browse files Browse the repository at this point in the history
  • Loading branch information
space928 committed Feb 18, 2024
1 parent 1948e4c commit 8b11f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

# Compress build artifacts
- name: Compress build artifacts
run: Compress-Archive .\${{ env.Project_Directory }}\publish\* -DestinationPath .\${{ env.Project_Directory }}\QPlayer-release.zip
run: Compress-Archive $env:Project_Directory\publish\* -DestinationPath $env:Project_Directory\QPlayer-release.zip

# Upload the build artifacts
- name: Upload build artifacts
Expand Down

0 comments on commit 8b11f59

Please sign in to comment.