workflows: Correct build reproducibility
Some checks failed
/ build-debug (push) Has been cancelled

- REPRODUCIBLE_BUILD needs to be a string
- Fetch all history to generate versionCode correctly
This commit is contained in:
Peter Cai 2024-04-13 10:51:02 -04:00
parent 75132b917c
commit b112194786
2 changed files with 3 additions and 1 deletions

View file

@ -14,6 +14,7 @@ jobs:
uses: https://gitea.angry.im/actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- name: Decode Secret Signing Configuration
uses: https://gitea.angry.im/actions/base64-to-file@v1

View file

@ -4,7 +4,7 @@ on:
env:
# Enable reproducibility-related build system workarounds
REPRODUCIBLE_BUILD: true
REPRODUCIBLE_BUILD: 'true'
jobs:
release:
@ -17,6 +17,7 @@ jobs:
uses: https://gitea.angry.im/actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- name: Decode Secret Signing Configuration
uses: https://gitea.angry.im/actions/base64-to-file@v1