Skip to content

Commit 69c0f79

Browse files
committed
Fix release tag
1 parent 0da2a4f commit 69c0f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
run: |
43-
gh release download testdata-zenodo.${{ env.ZENODO_RECORD_ID }} --pattern "test_data.tar.zst"
43+
gh release download testdata_zenodo.${{ env.ZENODO_RECORD_ID }} --pattern "test_data.tar.zst"
4444
- name: Extract test data
4545
run: |
4646
tar -x -f test_data.tar.zst

0 commit comments

Comments
 (0)