Skip to content

Commit

Permalink
Update linux-riscv64-runtime-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Aug 8, 2024
1 parent 86fef21 commit 6d56039
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux-riscv64-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
cd repo
tar czf artifacts.tar.gz ../runtime/artifacts
du -sh artifacts.tar.gz
du -b artifacts.tar.gz
# Split the tar.gz file into 1.5 GB chunks
split -b 1536M artifacts.tar.gz artifacts_part_
Expand Down

0 comments on commit 6d56039

Please sign in to comment.