Remove unused copy

This commit is contained in:
Stepanov Igor 2024-12-25 03:05:02 +03:00
parent 7792ecfe9e
commit 231f761569

View File

@ -49,7 +49,6 @@ jobs:
mkdir 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
working-directory: ${{ github.workspace }}
- uses: actions/upload-artifact@v4