Skip to content

Commit

Permalink
BUILD: use host temp.sh to upload zip kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
whyakari authored Sep 9, 2024
1 parent cd47f0b commit 841ba1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ zip -r9 "../$ZIPNAME" * -x .git README.md *placeholder
cd ..
echo -e "\nCompleted in $((SECONDS / 60)) minute(s) and $((SECONDS % 60)) second(s) !"
echo "Zip: $ZIPNAME"
curl -F "file=@$ZIPNAME" https://temp.sh/upload

0 comments on commit 841ba1d

Please sign in to comment.