Skip to content

Commit be9686e

Browse files
committed
.github/workflows/ci_tests.yml: ensure that upload artifact name is calculated before uploading the artifacts
1 parent a00e2be commit be9686e

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)