Skip to content

Commit

Permalink
Add {}
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Dec 4, 2023
1 parent d2b7094 commit bcd9f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
set -e
set -u
set -x
export TESTOS=`uname | cut -f1 -d_` && tar -cvfz $TESTOS_output.tgz run_*
export TESTOS=`uname | cut -f1 -d_` && tar -cvfz ${TESTOS}_output.tgz run_*
- name: 'Upload Artifact'
id: tar-upload
Expand Down

0 comments on commit bcd9f10

Please sign in to comment.