Skip to content

Commit 687d586

Browse files
committed
ci: Cache the Zenodo download, not the unzipped files
1 parent c0d5208 commit 687d586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: Cache data
6060
uses: actions/cache@v5
6161
with:
62-
path: ${{ github.workspace }}/climada
62+
path: climada.zip
6363
key: ${{ env.CLIMADA_DATA_DOI }}
6464
-
6565
name: Download and unzip data

0 commit comments

Comments
 (0)