Skip to content

Commit

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

0 comments on commit a3cc01b

Please sign in to comment.