Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TWTom041 authored Aug 5, 2024
1 parent 48a6e24 commit 8996378
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
sudo apt update
sudo apt install -y podman qemu-user-static lrzip
curl https://getcroc.schollz.com | sudo bash
sudo systemctl start systemd-binfmt.service
- name: Free Disk Space
Expand Down Expand Up @@ -147,7 +148,9 @@ jobs:
# mv jetson.img "jetson-xavier-nx_${{ matrix.ubuntu }}_${L4T35_BSP}_USB.img"
# pigz "jetson-xavier-nx_${{ matrix.ubuntu }}_${L4T35_BSP}_USB.img"
# ls -lht "jetson-xavier-nx_${{ matrix.ubuntu }}_${L4T35_BSP}_USB.img.gz"

- name: send file through croc
run: |
croc send jetson*
- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 8996378

Please sign in to comment.