fix: extra comma breaking SDL2

This commit is contained in:
2024-04-24 02:15:53 -05:00
parent 911f4878f8
commit b0ac2a7ec1

View File

@@ -69,7 +69,7 @@ jobs:
run: | run: |
New-Item -Type Directory ./release/ New-Item -Type Directory ./release/
Move-Item -Path ./target/release/pacman.exe -Destination ./release/ Move-Item -Path ./target/release/pacman.exe -Destination ./release/
Move-Item -Path ./SDL2.dll, ./SDL2_image.dll, ./SDL2_ttf.dll, ./SDL2_mixer.dll, ./SDL2_gfx.dll, -Destination ./release/ Move-Item -Path ./SDL2.dll, ./SDL2_image.dll, ./SDL2_ttf.dll, ./SDL2_mixer.dll, ./SDL2_gfx.dll -Destination ./release/
New-Item -Type Directory ./release/assets/ New-Item -Type Directory ./release/assets/
Move-Item -Path ./assets/TerminalVector.ttf, ./assets/tetris.ogg, ./assets/fruit.png, -Destination ./release/assets/ Move-Item -Path ./assets/TerminalVector.ttf, ./assets/tetris.ogg, ./assets/fruit.png, -Destination ./release/assets/