remove an extra step in windows-clang workflow
This commit is contained in:
parent
857bdd7f37
commit
651b67c734
6
.github/workflows/windows-clang.yml
vendored
6
.github/workflows/windows-clang.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user