Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit c7a2425

Browse files
committed
fix: uefi upload
1 parent 8530f58 commit c7a2425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openwrt-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ jobs:
201201
rm -rf ./artifact/
202202
mkdir -p ./artifact/
203203
find ./bin/targets/ -name "*combined*img*" | xargs -i mv -f {} ./artifact/
204+
find ./bin/targets/ -name "*efi*img*" | xargs -i mv -f {} ./artifact/
204205
find ./bin/targets/ -name "*sysupgrade*bin*" | xargs -i mv -f {} ./artifact/
205206
206207
- name: Upload artifact

0 commit comments

Comments
 (0)