diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 6fa5e28..69b0256 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -69,7 +69,7 @@ jobs: run: | New-Item -Type Directory ./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/ Move-Item -Path ./assets/TerminalVector.ttf, ./assets/tetris.ogg, ./assets/fruit.png, -Destination ./release/assets/