From cf14f3b2663e624452bc38e1fb316ee6ff014df0 Mon Sep 17 00:00:00 2001 From: dcvz Date: Sat, 18 May 2024 03:29:14 +0200 Subject: [PATCH] Add missing extension --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index aca3502..050d51e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -144,7 +144,7 @@ jobs: cmake --build cmake-build --config ${{ matrix.type }} --target Zelda64Recompiled -j 8 - name: Prepare Archive run: | - Move-Item -Path "cmake-build/Zelda64Recompiled" -Destination "Zelda64Recompiled" + Move-Item -Path "cmake-build/Zelda64Recompiled.exe" -Destination "Zelda64Recompiled.exe" Remove-Item -Path "assets/scss" -Recurse -Force - name: Archive Zelda64Recomp uses: actions/upload-artifact@v4