We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad76e4 commit f70bcf7Copy full SHA for f70bcf7
.github/workflows/deploy.yml
@@ -63,7 +63,7 @@ jobs:
63
Invoke-WebRequest -Uri https://www.libsdl.org/release/SDL2-2.0.14-win32-x64.zip -OutFile SDL2.zip
64
Expand-Archive -LiteralPath SDL2.zip -DestinationPath .\temp
65
cp temp\SDL2*\lib\x64\SDL2.* .\
66
- Remove-Item -Recursive -Force temp
+ Remove-Item -Recurse -Force temp
67
- name: Checkout
68
uses: actions/checkout@v2
69
- name: Copy SDL2 to project root
0 commit comments