Skip to content

Commit 8663d4d

Browse files
Change artifact name
1 parent 09a55d6 commit 8663d4d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/standalone-benchmark.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
MODULEPATH: /cvmfs/alice.cern.ch/etc/toolchain/modulefiles/el9-x86_64:/cvmfs/alice.cern.ch/el9-x86_64/Modules/modulefiles
3535
STANDALONE_DIR: /root/standalone
3636
BUILD_DIR: /root/standalone/build
37-
ARTIFACT_FILE: /root/nvidia-h100-artifact.txt
37+
ARTIFACT_FILE: /root/artifact.txt
3838
- name: Upload Artifact
3939
uses: actions/upload-artifact@v4
4040
with:
41-
name: standalone-benchmark-artifact
42-
path: /root/nvidia-h100-artifact.txt
41+
name: nvidia-h100-artifact
42+
path: /root/artifact.txt
4343

4444
amd-mi300x:
4545
runs-on: cern-nextgen-mi300x
@@ -67,9 +67,9 @@ jobs:
6767
MODULEPATH: /cvmfs/alice.cern.ch/etc/toolchain/modulefiles/el9-x86_64:/cvmfs/alice.cern.ch/el9-x86_64/Modules/modulefiles
6868
STANDALONE_DIR: /root/standalone
6969
BUILD_DIR: /root/standalone/build
70-
ARTIFACT_FILE: /root/amd-mi300x-artifact.txt
70+
ARTIFACT_FILE: /root/artifact.txt
7171
- name: Upload Artifact
7272
uses: actions/upload-artifact@v4
7373
with:
74-
name: standalone-benchmark-artifact
75-
path: /root/amd-mi300x-artifact.txt
74+
name: amd-mi300x-artifact
75+
path: /root/artifact.txt

0 commit comments

Comments
 (0)