Skip to content

Commit

Permalink
workaround for the softprops/action-gh-release windows path issue
Browse files Browse the repository at this point in the history
just use forward slashes
see softprops/action-gh-release#280
  • Loading branch information
Fallen-Breath committed Apr 23, 2024
1 parent b39a33d commit a668023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
distrubutions\PCRC.pyz
distrubutions\PCRC.exe
distrubutions/PCRC.pyz
distrubutions/PCRC.exe

0 comments on commit a668023

Please sign in to comment.