Refresh flag

This commit is contained in:
vvb2060 2021-04-06 20:25:46 +08:00 committed by John Wu
parent 89d8fea7d2
commit 10186a9e3d
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@ jobs:
- name: Build release
run: python build.py -vr all
- name: Refresh flag
run: touch gradle.properties
shell: bash
- name: Build debug
run: python build.py -v all