Skip to content

Commit

Permalink
19.07.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlive authored Jan 22, 2021
1 parent 847f9a7 commit a96756b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: Build
run: |
git clone -b v19.07.5 --depth 1 https://git.openwrt.org/openwrt/openwrt.git
git clone -b v19.07.6 --depth 1 https://git.openwrt.org/openwrt/openwrt.git
cd openwrt
./scripts/feeds update -a
Expand All @@ -45,7 +45,7 @@ jobs:
cp -rf tun2socks-Openwrt/badvpn package/
rm -rf tun2socks-Openwrt/
wget https://downloads.openwrt.org/releases/19.07.5/targets/ramips/mt7620/config.buildinfo -O .config
wget https://downloads.openwrt.org/releases/19.07.6/targets/ramips/mt7620/config.buildinfo -O .config
sed -i "/CONFIG_TARGET_DEVICE/d" .config
sed -i "/CONFIG_TARGET_ALL_PROFILES/d" .config
sed -i "/CONFIG_AUTOREMOVE/d" .config
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: openwrt/bin/targets/ramips/mt7620/openwrt-19.07.5-ramips-mt7620-tplink_c2-v1-squashfs-factory.bin
asset_path: openwrt/bin/targets/ramips/mt7620/openwrt-19.07.6-ramips-mt7620-tplink_c2-v1-squashfs-factory.bin
asset_name: openwrt-ramips-mt7620-tplink_c2-v1-squashfs-sysupgrade.bin
asset_content_type: application/octet-stream
# asset_content_type: application/bin
Expand Down

0 comments on commit a96756b

Please sign in to comment.