Skip to content

Commit bd1f117

Browse files
committed
Tweak log name
1 parent 2e316b9 commit bd1f117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
if: always()
104104
uses: actions/upload-artifact@v4
105105
with:
106-
name: CT logs (${{ inputs.plugin }} ${{ inputs.make_target }} OTP-${{ inputs.erlang_version }} ${{ inputs.metadata_store }})
106+
name: CT logs (${{ inputs.plugin }} ${{ inputs.make_target }} OTP-${{ inputs.erlang_version }} ${{ inputs.metadata_store }}${{ inputs.mixed_clusters && ' mixed' || '')
107107
path: |
108108
logs/
109109
# !logs/**/log_private

0 commit comments

Comments
 (0)