revert workflows

This commit is contained in:
MihailRis 2025-10-04 01:56:55 +03:00
parent 8ef1ccbb30
commit 72e98bf8cd
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ jobs:
run: |
chmod +x build/VoxelEngine
chmod +x AppDir/usr/bin/vctest
AppDir/usr/bin/vctest -e build/VoxelEngine -d dev/tests -u build --output-always
AppDir/usr/bin/vctest -e build/VoxelEngine -d dev/tests -u build
- name: Build AppImage
uses: AppImageCrafters/build-appimage-action@fe2205a4d6056be47051f7b1b3811106e9814910
env:

View File

@ -39,7 +39,7 @@ jobs:
run: |
chmod +x build/VoxelEngine
chmod +x AppDir/usr/bin/vctest
AppDir/usr/bin/vctest -e build/VoxelEngine -d dev/tests -u build --output-always
AppDir/usr/bin/vctest -e build/VoxelEngine -d dev/tests -u build
- name: Create DMG
run: |
mkdir VoxelEngineDmgContent

View File

@ -66,4 +66,4 @@ jobs:
shell: msys2 {0}
working-directory: ${{ github.workspace }}
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