Skip to content

Commit 6df9583

Browse files
committed
Workflows: use different artifact names for different machines in TAS action
Prevents errors when same workflow runs TAS action with different input machines
1 parent 0b5adb6 commit 6df9583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test-all-scream/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ runs:
9595
if: always()
9696
uses: actions/upload-artifact@v4
9797
with:
98-
name: log-files-${{ inputs.build_type }}
98+
name: log-files-${{ inputs.build_type }}-${{ inputs.machine }}
9999
path: |
100100
components/eamxx/ctest-build/*/Testing/Temporary/Last*.log
101101
components/eamxx/ctest-build/*/ctest_resource_file.json

0 commit comments

Comments
 (0)