Skip to content

Commit e4ec6b9

Browse files
committed
correct working directory
1 parent a3b274f commit e4ec6b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/RunBenchmark.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
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

0 commit comments

Comments
 (0)