Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanrgab authored Nov 26, 2023
1 parent 31a062a commit 03ce0a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
sudo chmod 755 /usr/bin/mkbootimg
wget https://github.com/Halium/initramfs-tools-halium/releases/download/dynparts/initrd.img-touch-arm64 -O /home/runner/work/Huawei-kirin710/initramfs.cpio.gz
./build.sh
./build/prepare-fake-ota.sh out/device_kirin710.tar.xz ota
./build/system-image-from-ota.sh ota/ubuntu_command out
tar -czf out/rootfs.tar.gz out/rootfs.img
#./build/prepare-fake-ota.sh out/device_kirin710.tar.xz ota
#./build/system-image-from-ota.sh ota/ubuntu_command out
#tar -czf out/rootfs.tar.gz out/rootfs.img
echo "NOW=$(date +'%Y.%m.%d')" >> $GITHUB_ENV
shell: bash
- uses: softprops/action-gh-release@v1
with:
files: |
out/rootfs.tar.gz
out/device_kirin710.tar.xz
out/boot.img
name: Kirin710-${{ github.run_id }}
tag_name: ${{ github.run_id }}
Expand Down

0 comments on commit 03ce0a6

Please sign in to comment.