Skip to content

Commit 30cb3cf

Browse files
committed
fix github workflow
1 parent bfe1fe4 commit 30cb3cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
- name: run-fenics-benchmarks
4141
shell: bash -l {0}
4242
run: |
43-
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic/FEniCS/infinite-plate-with-hole/
43+
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/FEniCS/
4444
snakemake --use-conda --force --cores 'all'
4545
4646
- name: run-Kratos-benchmarks
4747
shell: bash -l {0}
4848
run: |
49-
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic/Kratos/infinite-plate-with-hole/
49+
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/Kratos/
5050
snakemake --use-conda --force --cores 'all'
5151
5252
#- name: run-optimization-workflow
@@ -66,12 +66,12 @@ jobs:
6666
with:
6767
name: fenics-output
6868
path: |
69-
benchmarks/linear-elastic/FEniCS/infinite-plate-with-hole/data
69+
benchmarks/linear-elastic-plate-with-hole/FEniCS/data
7070
7171
- name: Archive kratos data
7272
uses: actions/upload-artifact@v4
7373
with:
7474
name: kratos-output
7575
path: |
76-
benchmarks/linear-elastic/Kratos/infinite-plate-with-hole/data
76+
benchmarks/linear-elastic-plate-with-hole/Kratos/data
7777

0 commit comments

Comments
 (0)