Skip to content

Commit

Permalink
Update openwrt-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mubinglin authored Aug 16, 2020
1 parent abc48e6 commit 8082626
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/openwrt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
./scripts/feeds install -a
- name: Generate configuration file
run: make defconfig
run: |
rm -f ./.config*
touch ./.config


Expand Down Expand Up @@ -200,8 +202,9 @@ jobs:
# ========================固件定制部分结束========================
#

sed -i 's/^[ \t]*//g' ./.config
make defconfig


- name: Make download
run: |
make download -j8
Expand Down Expand Up @@ -255,7 +258,7 @@ jobs:
repo_token: ${{ secrets.YOURTOKEN }}
file: ./artifact/firmware/*
tag: ${{ github.ref }}
file_glob: true:
file_glob: true



0 comments on commit 8082626

Please sign in to comment.