From db5e13804aebbfa2f605204a124309ee8b148f4c Mon Sep 17 00:00:00 2001 From: Jean Date: Sun, 22 Dec 2024 16:16:28 +0100 Subject: [PATCH] Fix/CI: Removed copy of Resources folder. --- .github/workflows/windows_latest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/windows_latest.yml b/.github/workflows/windows_latest.yml index 58bf789..46c2688 100644 --- a/.github/workflows/windows_latest.yml +++ b/.github/workflows/windows_latest.yml @@ -37,11 +37,9 @@ jobs: mkdir debug-artifact move bin/windows_x64_debug/FlashlightEngine.exe debug-artifact/ move bin/windows_x64_debug/FlashlightEngine.pdb debug-artifact/ - move Resources debug-artifact/ mkdir release-artifact move bin/windows_x64_release/FlashlightEngine.exe release-artifact/ - move Resources release-artifact/ - uses: actions/upload-artifact@v4 with: