diff --git a/.github/workflows/job.build.yml b/.github/workflows/job.build.yml index 28fe412..826a8c5 100644 --- a/.github/workflows/job.build.yml +++ b/.github/workflows/job.build.yml @@ -154,5 +154,5 @@ jobs: id-token: "write" contents: "write" with: - base64-subjects: "${{ needs.gradle.outputs.hashes }}" + base64-subjects: "${{ needs.build.outputs.hashes }}" upload-assets: ${{ github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'release/') || startsWith(github.ref, 'refs/tags/v') }}