mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
build: set releases back to debug builds
We're hitting a silent crash with a release flag. Need to debug.
This commit is contained in:
parent
9bdce62a3f
commit
b35d8afe60
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
sudo apt-get install -y make p7zip-full moby-engine moby-cli
|
||||
- name: Build project
|
||||
run: |
|
||||
make clean release
|
||||
make clean debug
|
||||
- name: Package release
|
||||
run: |
|
||||
7z a Tomb1Main-${{ steps.get_version.outputs.VERSION }}.zip ./bin/* ./build/*.dll ./build/*.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue