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

Commit 31b4348

Browse files
authored
fix wrong commands
1 parent a3cc01b commit 31b4348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openwrt-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ jobs:
212212
run: |
213213
rm -rf ./artifact/
214214
mkdir -p ./artifact/
215-
find ./bin/targets/ -name "*combined*img*" | xargs -i mv -f {} ./
216-
find ./bin/targets/ -name "*sysupgrade*bin*" | xargs -i mv -f {} ./
215+
find ./bin/targets/ -name "*combined*img*" | xargs -i mv -f {} ./artifact/
216+
find ./bin/targets/ -name "*sysupgrade*bin*" | xargs -i mv -f {} ./artifact/
217217
218218
- name: Upload artifact
219219
uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)