Switch build to release

This commit is contained in:
Thoronium
2025-11-27 20:32:10 -07:00
committed by GitHub
parent 540d52c408
commit 51bdafb6da

View File

@@ -34,7 +34,7 @@ jobs:
toolchain: stable
- name: Install deps and build
run: yarn && yarn build --debug
run: yarn && yarn build
- name: Compress build
uses: vimtor/action-zip@v1