Revert "ci: Fix img upload"

This reverts commit ea93140b8a.
This commit is contained in:
tiann
2023-04-20 10:55:21 +08:00
parent ca246ba67d
commit 02c2228ab7
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: boot-images-android12 name: boot-images-android12
path: Image-android12*/*.img*.gz path: Image-android12*/*.img.gz
check-build-kernel: check-build-kernel:
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'

View File

@@ -111,7 +111,7 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: boot-images-android13 name: boot-images-android13
path: Image-android13*/*.img*.gz path: Image-android13*/*.img.gz
check-build-kernel: check-build-kernel:
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'