diff --git a/.forgejo/workflows/build-debug.yml b/.forgejo/workflows/build-debug.yml index 80b0d8e..1dcc692 100644 --- a/.forgejo/workflows/build-debug.yml +++ b/.forgejo/workflows/build-debug.yml @@ -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 diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 529a6d8..e89323a 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -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