Skip to content

Commit

Permalink
Update build_sdk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 26, 2025
1 parent 1f87b88 commit 50aeae6
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/build_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Compile Image
run: |
echo "rockchip_rk3566_radxa_zero_3w_defconfig" | ./build.sh
./mkfirmware.sh
- name: Compress Output
run: |
Expand All @@ -67,15 +68,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: compiled-image
path: output.tar.gz

- name: Debug
run: |
ls -a
ls update/Image/
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: updateFile
path: update/Image/update.img
path: output.tar.gz

0 comments on commit 50aeae6

Please sign in to comment.