mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-13 06:00:46 +02:00
[App] Disable R8 full mode, support devModePassword, fix build timestamp
This commit is contained in:
2
.github/workflows/schedule-dispatch.yml
vendored
2
.github/workflows/schedule-dispatch.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
name: Build nightly release (APK)
|
||||
needs:
|
||||
- check
|
||||
if: ${{ needs.check.outputs.hasNewChanges }}
|
||||
if: ${{ needs.check.outputs.hasNewChanges == 'true' }}
|
||||
uses: szkolny-eu/szkolny-android/.github/workflows/_build.yml@develop
|
||||
with:
|
||||
nightly: true
|
||||
|
Reference in New Issue
Block a user