Skip to content

Commit

Permalink
fix wrong commands
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed Dec 2, 2019
1 parent a3cc01b commit 31b4348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openwrt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ jobs:
run: |
rm -rf ./artifact/
mkdir -p ./artifact/
find ./bin/targets/ -name "*combined*img*" | xargs -i mv -f {} ./
find ./bin/targets/ -name "*sysupgrade*bin*" | xargs -i mv -f {} ./
find ./bin/targets/ -name "*combined*img*" | xargs -i mv -f {} ./artifact/
find ./bin/targets/ -name "*sysupgrade*bin*" | xargs -i mv -f {} ./artifact/
- name: Upload artifact
uses: actions/upload-artifact@master
Expand Down

0 comments on commit 31b4348

Please sign in to comment.