Skip to content

Commit f70bcf7

Browse files
committed
Fix Remove-Item parameter
1 parent dad76e4 commit f70bcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
Invoke-WebRequest -Uri https://www.libsdl.org/release/SDL2-2.0.14-win32-x64.zip -OutFile SDL2.zip
6464
Expand-Archive -LiteralPath SDL2.zip -DestinationPath .\temp
6565
cp temp\SDL2*\lib\x64\SDL2.* .\
66-
Remove-Item -Recursive -Force temp
66+
Remove-Item -Recurse -Force temp
6767
- name: Checkout
6868
uses: actions/checkout@v2
6969
- name: Copy SDL2 to project root

0 commit comments

Comments
 (0)