Skip to content

Commit

Permalink
Fix res folder deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepanov Igor committed Dec 22, 2024
1 parent 0e02451 commit a0a32ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Package for Windows
run: |
mkdir packaged
cp build/Release/* packaged/
cp -r build/Release/* packaged/
cp build/vctest/Release/vctest.exe packaged/
cp C:/Windows/System32/msvcp140.dll packaged/msvcp140.dll
mv packaged/VoxelEngine.exe packaged/VoxelCore.exe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Package for Windows
run: |
mkdir packaged
cp build/Release/* packaged/
cp -r build/Release/* packaged/
cp build/vctest/Release/vctest.exe packaged/
cp C:/Windows/System32/msvcp140.dll packaged/msvcp140.dll
mv packaged/VoxelEngine.exe packaged/VoxelCore.exe
Expand Down

0 comments on commit a0a32ce

Please sign in to comment.