[+] Show alert in CI builds

This commit is contained in:
Clansty
2024-11-06 11:39:54 +08:00
parent 99d7fe5ca2
commit 11beb6676e
7 changed files with 59 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ jobs:
run: |
copy /y build-assets\SDEZ\* AquaMai\Libs
cd AquaMai
dotnet build -c Release
dotnet build -c Release /p:DefineConstants="CI"
- name: Make example config
shell: cmd