Skip to content

Commit f997051

Browse files
committed
ci: Fix 'unzip' command
1 parent 3976e60 commit f997051

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
@@ -50,7 +50,7 @@ jobs:
5050
name: Download and unzip data
5151
run: |
5252
uvx zenodo_get -v 3 10.5281/zenodo.20592941
53-
unzip climada.zip -q -d $GITHUB_WORKSPACE
53+
unzip -q climada.zip -d $GITHUB_WORKSPACE
5454
-
5555
name: Create CLIMADA config file
5656
run: |

0 commit comments

Comments
 (0)