Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fillwithjoy1 authored Jun 26, 2024
1 parent 8bdac4b commit d722bad
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,12 @@ jobs:
tools/bazel run --config=fast --config=stamp //private/google-modules/soc/gs:slider_dist
cd out
ls
- name: Debug
run: |
cd slider
ls
cd dist
ls
mkdir to-upload
cp slider/dist/boot.img to-upload
cp slider/dist/dtbo.img to-upload
cp slider/dist/vendor_boot.img to-upload
cp slider/dist/vendor_dlkm.img to-upload
zip the-images to-upload -r
- name: Pack images to upload
if: false
Expand Down

0 comments on commit d722bad

Please sign in to comment.