Skip to content

Commit

Permalink
Update compile_from_source.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fillwithjoy1 authored Jun 27, 2024
1 parent 47fe69c commit f8b114d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/compile_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
tools/bazel run --config=fast --config=stamp //private/google-modules/soc/gs:slider_dist
- name: Pack images to upload
if: false
run: |
mkdir to-upload
cp android-kernel/out/slider/dist/boot.img to-upload
Expand All @@ -72,14 +73,8 @@ jobs:
cp android-kernel/out/slider/dist/vendor_dlkm.img to-upload
zip the-images to-upload -r
- name: Upload images.zip
uses: actions/upload-artifact@v4.3.3
with:
name: the-images
path: the-images.zip

- name: Upload files
uses: actions/upload-artifact@v4.3.3
with:
name: files
name: the-images
path: to-upload/

0 comments on commit f8b114d

Please sign in to comment.