Skip to content

Commit

Permalink
讓artifect可以正確導出
Browse files Browse the repository at this point in the history
Annotations
1 warning
upload-artifacts
No files were found with the provided path: Image-android13*/*.img.gz. No artifacts will be uploaded.
  • Loading branch information
jeffpeng3 authored Oct 21, 2023
1 parent 344c08b commit 6c23bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-kernel-a14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
- name: Upload images artifact
uses: actions/upload-artifact@v3
with:
name: boot-images-android13
path: Image-android13*/*.img.gz
name: boot-images-android14
path: Image-android14*/*.img.gz

check-build-kernel:
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 6c23bf5

Please sign in to comment.