Skip to content

Commit

Permalink
Fix/CI: Removed copy of Resources folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixfri committed Dec 22, 2024
1 parent f9d93cd commit db5e138
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/windows_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit db5e138

Please sign in to comment.