Skip to content

Commit aa10a0b

Browse files
Add artifact upload for installer CI
1 parent eaef473 commit aa10a0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/installer_ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ jobs:
2626
run: pip install -r requirements.txt
2727
- name: Build
2828
run: python build.py
29+
- uses: actions/upload-artifact@v4
30+
with:
31+
name: ${{ matrix.os }}
32+
path: dist/
2933

0 commit comments

Comments
 (0)