From 9dd774132c864298f7bdbe2e4d805af26682b539 Mon Sep 17 00:00:00 2001 From: Xevion Date: Wed, 24 Apr 2024 02:19:55 -0500 Subject: [PATCH] end it all man --- .github/workflows/windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 69b0256..d13f262 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -71,7 +71,7 @@ jobs: 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/ 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/ - name: Upload Artifact uses: actions/upload-artifact@v4