Skip to content

Commit f47546f

Browse files
committed
fix: Fix Build CI
1 parent 3d6f525 commit f47546f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
sudo rm -rd $HOME/.millennium/ext
103103

104104
cd $HOME/
105-
tar -czf python-3.11.8-32-bit.tar.gz $HOME/.millennium/
105+
tar -czf python-3.11.8-32-bit.tar.gz -C "$HOME/.millennium" .
106106

107107
- name: Upload Python 3.11.8 (32-bit) artifact
108108
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)