Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Dec 4, 2023
1 parent 2d84b73 commit 48f9d43
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: basictest
name: mcstas-basictest
on:
push:

Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
set -e
set -u
set -x
export TESTOS=`uname | cut -f1 -d_` && export TESTREL=`uname -r` && tar cvfz ${TESTOS}_${TESTREL}_output.tgz run_*
export TESTOS=`uname | cut -f1 -d_` && export TESTREL=`uname -r` && tar cvfz mcstas-${TESTOS}_${TESTREL}_output.tgz run_*
- name: 'Upload Artifact'
id: tar-upload
Expand Down

0 comments on commit 48f9d43

Please sign in to comment.