Skip to content

Commit 48e5f93

Browse files
authored
Update build.yml
1 parent 440a906 commit 48e5f93

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,11 @@ jobs:
1919
with:
2020
project: lk2nd
2121
exclude: msm8916 # Already built separately above
22-
artifacts: |
23-
build-*/lk.bin
24-
build-*/lk2nd.img
2522

2623
lk1st:
2724
needs: lk2nd
2825
uses: ./.github/workflows/lk2nd-matrix.yml
2926
with:
3027
project: lk1st
3128
artifacts: |
32-
build-*/*.mbn
33-
build-*/lk.bin
34-
35-
stock:
36-
needs: lk1st
37-
uses: ./.github/workflows/stock-matrix.yml
29+
build-*/lk_s.elf

0 commit comments

Comments
 (0)