Skip to content

Commit 6ba2d78

Browse files
authored
ci_tests.yml: ensure that upload artifact name is calculated before uploading the artifacts (#7218)
1 parent c7d582e commit 6ba2d78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
run: |
7373
./gradlew ${{matrix.module}}:check withErrorProne
7474
- name: Compute upload file name
75+
if: always()
7576
run: |
7677
MODULE=${{matrix.module}}
7778
echo "ARTIFACT_NAME=${MODULE//:/_}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)