From be9686e4e7d7025e2124a76c2a407ca23c2bff82 Mon Sep 17 00:00:00 2001 From: Denver Coneybeare Date: Fri, 1 Aug 2025 14:46:08 -0400 Subject: [PATCH] .github/workflows/ci_tests.yml: ensure that upload artifact name is calculated before uploading the artifacts --- .github/workflows/ci_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 6d507598aa8..ef2fe7de807 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -72,6 +72,7 @@ jobs: run: | ./gradlew ${{matrix.module}}:check withErrorProne - name: Compute upload file name + if: always() run: | MODULE=${{matrix.module}} echo "ARTIFACT_NAME=${MODULE//:/_}" >> $GITHUB_ENV