remove an extra step in windows-clang workflow

This commit is contained in:
MihailRis 2024-12-27 07:19:31 +03:00
parent 857bdd7f37
commit 651b67c734

View File

@ -59,12 +59,6 @@ jobs:
cp build/*.dll packaged/ cp build/*.dll packaged/
cp -r build/res/* packaged/res/ cp -r build/res/* packaged/res/
mv packaged/VoxelEngine.exe packaged/VoxelCore.exe mv packaged/VoxelEngine.exe packaged/VoxelCore.exe
- env:
MSYS2_LOCATION: ${{ steps.msys2.outputs.msys2-location }}
name: Add lua51.dll to the package
run: |
cp $env:MSYS2_LOCATION/clang64/bin/lua51.dll ${{ github.workspace }}/packaged/
working-directory: ${{ github.workspace }}
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
name: Windows-Build name: Windows-Build
@ -73,4 +67,4 @@ jobs:
shell: msys2 {0} shell: msys2 {0}
working-directory: ${{ github.workspace }} working-directory: ${{ github.workspace }}
run: | run: |
packaged/vctest.exe -e packaged/VoxelCore.exe -d dev/tests -u build --output-always packaged/vctest.exe -e packaged/VoxelCore.exe -d dev/tests -u build --output-always