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 27, 2024
1 parent 1cf3eaa commit 0cf4e70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
- name: Pack images to upload
run: |
mkdir to-upload
cp android-kernel/slider/dist/boot.img to-upload
cp android-kernel/slider/dist/dtbo.img to-upload
cp android-kernel/slider/dist/vendor_boot.img to-upload
cp android-kernel/slider/dist/vendor_dlkm.img to-upload
cp android-kernel/out/slider/dist/boot.img to-upload
cp android-kernel/out/slider/dist/dtbo.img to-upload
cp android-kernel/out/slider/dist/vendor_boot.img to-upload
cp android-kernel/out/slider/dist/vendor_dlkm.img to-upload
zip the-images to-upload -r
- name: Upload images.zip
Expand Down

0 comments on commit 0cf4e70

Please sign in to comment.