Skip to content

Commit

Permalink
fix: fix sdk path and name
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed May 7, 2020
1 parent 8bba2b9 commit 912851d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
sdk_url_path: https://downloads.openwrt.org/snapshots/targets/imx6/generic
sdk_name: -sdk-imx6_
- arch: arm_cortex-a9_vfpv3
sdk_url_path: https://downloads.openwrt.org/19.07.2/targets/mvebu/cortexa9
sdk_name: -sdk-mvebu-cortexa9_
sdk_url_path: https://downloads.openwrt.org/releases/19.07.2/targets/mvebu/cortexa9
sdk_name: -sdk-19.07.2-mvebu-cortexa9_
- arch: arm_cortex-a9_vfpv3-d16
sdk_url_path: https://downloads.openwrt.org/snapshots/targets/mvebu/cortexa9
sdk_name: -sdk-mvebu-cortexa9_
Expand Down

0 comments on commit 912851d

Please sign in to comment.