Skip to content

Commit

Permalink
Fix Playnite download
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Feb 27, 2023
1 parent 8c626c5 commit 05890e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
invoke build
mkdir tmp
curl -O https://github.com/JosefNemec/Playnite/releases/download/10.9/Playnite109.zip
curl -L -O https://github.com/JosefNemec/Playnite/releases/download/10.9/Playnite109.zip
unzip Playnite109.zip -d tmp/playnite
invoke pack --toolbox ./tmp/playnite/Toolbox.exe
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 05890e1

Please sign in to comment.