Skip to content

Commit

Permalink
some debugging items
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Oct 9, 2024
1 parent 6c4b433 commit 2b20b4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,16 @@ jobs:
pip install maturin
maturin sdist -m wheel/Cargo.toml
cd target/wheels
ls -l
dirname=`basename chia_rs*.tar.gz .tar.gz`
echo $dirname
mkdir $dirname
cp -r ../../src/ $dirname/src/
gunzip chia_rs*.tar.gz
tar rvf chia_rs*.tar $dirname/src
gzip chia_rs*.tar
ls -l
tar tzvf chia_rs*.tar.gz
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2b20b4a

Please sign in to comment.