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 6, 2025
1 parent cddd102 commit 1f87b88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
- name: Apply Makefile Patch for Wifi
run: |
cd kernel
ls -a
patch -p1 < patches/openhd_wifi.patch
- name: Compile Image
Expand All @@ -62,7 +61,6 @@ jobs:
- name: Compress Output
run: |
ls -a
tar -czvf output.tar.gz -C /home/runner/work/OpenHD-ImageBuilder/OpenHD-ImageBuilder/output .
- name: Upload Artifact
Expand All @@ -71,6 +69,11 @@ jobs:
name: compiled-image
path: output.tar.gz

- name: Debug
run: |
ls -a
ls update/Image/
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1f87b88

Please sign in to comment.