Skip to content

Commit b99d9ad

Browse files
committed
DEBUG
1 parent 4ed99b3 commit b99d9ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
with: {path: dist, pattern: python-petsird}
116116
- uses: actions/download-artifact@v8
117117
with: {path: dist, pattern: 'cpp-petsird-*', merge-multiple: true, skip-decompress: true}
118+
- run: ls dist # debug
118119
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
119120
name: gh release create --draft
120121
run: |

0 commit comments

Comments
 (0)