Skip to content

Commit 144329a

Browse files
committed
add runner os name to artifact
1 parent 787ac76 commit 144329a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- name: Archive build artifacts
3434
uses: actions/upload-artifact@v4
3535
with:
36-
name: "RSAlgorithmicVerb Artifacts"
36+
name: "RSAlgorithmicVerb_${{ runner.os }}"
3737
path: ${{runner.workspace}}/RSAlgorithmicVerb/build/RSAlgorithmicVerb_artefacts/

0 commit comments

Comments
 (0)