Skip to content

Commit 8d8642d

Browse files
committed
Update ci.yml
1 parent 0592102 commit 8d8642d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161
6262
ls -R $HOME/build
6363
64+
- name: Upload Python 3.11.8 (32-bit) artifact
65+
uses: actions/upload-artifact@v4
66+
with:
67+
name: python-3.11.8-32-bit-build
68+
path: $HOME/build
69+
6470
- name: Verify Python Installation
6571
run: |
6672
$HOME/build/bin/python3.11 --version

0 commit comments

Comments
 (0)