We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da2a4f commit 69c0f79Copy full SHA for 69c0f79
1 file changed
.github/workflows/testing.yml
@@ -40,7 +40,7 @@ jobs:
40
env:
41
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
run: |
43
- gh release download testdata-zenodo.${{ env.ZENODO_RECORD_ID }} --pattern "test_data.tar.zst"
+ gh release download testdata_zenodo.${{ env.ZENODO_RECORD_ID }} --pattern "test_data.tar.zst"
44
- name: Extract test data
45
46
tar -x -f test_data.tar.zst
0 commit comments