There was an error while loading. Please reload this page.
1 parent 4ed99b3 commit b99d9adCopy full SHA for b99d9ad
1 file changed
.github/workflows/ci.yml
@@ -115,6 +115,7 @@ jobs:
115
with: {path: dist, pattern: python-petsird}
116
- uses: actions/download-artifact@v8
117
with: {path: dist, pattern: 'cpp-petsird-*', merge-multiple: true, skip-decompress: true}
118
+ - run: ls dist # debug
119
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
120
name: gh release create --draft
121
run: |
0 commit comments