Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Dec 13, 2024
1 parent adc4d7c commit f7d95e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
cd build
cmake -G "MinGW Makefiles" -DVCPKG_TARGET_TRIPLET=x64-mingw-dynamic -DCMAKE_BUILD_TYPE=Release -DVOXELENGINE_BUILD_WINDOWS_VCPKG=ON -DVOXELENGINE_BUILD_TESTS=ON ..
cmake --build . --config Release
- name: Check results
run: tree
- name: Package for Windows
run: |
mkdir packaged
Expand All @@ -58,4 +56,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Windows-Build
path: 'build/Release/*'
path: 'packaged/*'

0 comments on commit f7d95e4

Please sign in to comment.