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:
rr- 2021-11-29 03:00:30 +01:00
parent 9bdce62a3f
commit b35d8afe60
No known key found for this signature in database
GPG key ID: CC65E6FD28CAE42A

View file

@ -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