Skip to content

Commit 236f854

Browse files
committed
ci: Fix configuration file paths
1 parent f322b0f commit 236f854

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
mode: write
2929
file: climada.conf
3030
property: local_data.system
31-
value: ${{ github.workspace }}/climada/data/system
31+
value: ${{ github.workspace }}/climada/data
3232
-
3333
name: Write climada.conf demo data
3434
uses: amochkin/action-json@v1
3535
with:
3636
mode: write
3737
file: climada.conf
3838
property: local_data.demo
39-
value: ${{ github.workspace }}/climada/data/demo
39+
value: ${{ github.workspace }}/climada/demo
4040
-
4141
run: |
4242
cat climada.conf

0 commit comments

Comments
 (0)