We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6f525 commit f47546fCopy full SHA for f47546f
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
sudo rm -rd $HOME/.millennium/ext
103
104
cd $HOME/
105
- tar -czf python-3.11.8-32-bit.tar.gz $HOME/.millennium/
+ tar -czf python-3.11.8-32-bit.tar.gz -C "$HOME/.millennium" .
106
107
- name: Upload Python 3.11.8 (32-bit) artifact
108
uses: actions/upload-artifact@v4
0 commit comments