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