Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
papagaye744 authored Jan 6, 2024
1 parent 2fd823b commit 1656bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sdkMap["21.02.7"]="openwrt-sdk-21.02.7-x86-64_gcc-8.4.0_musl"
sdkMap["22.03.6"]="openwrt-sdk-22.03.6-x86-64_gcc-11.2.0_musl"
sdkMap["23.05.2"]="openwrt-sdk-23.05.2-x86-64_gcc-12.3.0_musl"
SDK=$sdkMap[{{ inputs.sdk_version }}]
SDK=$sdkMap["${{ inputs.sdk_version }}"]
echo "USE SDK=$SDK"
wget https://archive.openwrt.org/releases/${{ inputs.sdk_version }}/targets/x86/64/$SDK.Linux-x86_64.tar.xz
xz -d $SDK.Linux-x86_64.tar.xz
Expand Down

0 comments on commit 1656bae

Please sign in to comment.