Skip to content

Commit 9211583

Browse files
committed
Update Actions workflow for build & release
1 parent 58c4ad0 commit 9211583

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,21 @@ jobs:
3838
working-directory: tools/isort-gaussdb
3939
run: python -m build
4040

41+
- name: Show dist dirs content
42+
run: |
43+
ls -l gaussdb/dist/
44+
ls -l gaussdb_pool/dist/
45+
ls -l tools/isort-gaussdb/dist/
46+
4147
- name: Collect all artifacts
4248
run: |
4349
mkdir -p all_dist
4450
cp gaussdb/dist/* all_dist/
4551
cp gaussdb_pool/dist/* all_dist/
4652
cp tools/isort-gaussdb/dist/* all_dist/
53+
ls -ltr all_dist/
4754
4855
- name: Upload all dist/* to GitHub Release
4956
uses: softprops/action-gh-release@v1
57+
with:
58+
files: all_dist/*

0 commit comments

Comments
 (0)