File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 8686 echo "small edit" >> run.conf
8787
8888 - name : Commit files
89+ shell : bash
90+ working-directory : /var/lib/mount/db-benchmark-metal
8991 run : |
9092 git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
9193 git config --local user.name "github-actions[bot]"
@@ -96,13 +98,16 @@ jobs:
9698 - name : Create Archive
9799 if : always()
98100 shell : bash
101+ working-directory : /var/lib/mount/db-benchmark-metal
99102 run : |
100103 mkdir -p out
101104 echo "neato" > out/whatever.txt
102105 zip -r out-dir.zip out/
103106
104107 - uses : actions/upload-artifact@v4
105108 if : always()
109+ shell : bash
110+ working-directory : /var/lib/mount/db-benchmark-metal
106111 with :
107112 name : out-dir.zip
108113 path : out-dir.zip
You can’t perform that action at this time.
0 commit comments