File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646
4747 - name : Upload to Release
4848 if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
49- uses : ncipollo/release-action@v1.12 .0
49+ uses : ncipollo/release-action@v1.13 .0
5050 with :
5151 artifacts : build/*.zip
5252 bodyFile : build/XiaoMi_Pro-KBL-OC-${{ env.CUR_TAG }}/ReleaseNotes.md
Original file line number Diff line number Diff line change @@ -1320,7 +1320,7 @@ function r180() {
13201320 curl -# -L -O " https://github.com/OpenIntelWireless/itlwm/files/12299048/AirportItlwm-Sonoma-Preview05.zip" || networkErr " AirportItlwm-Sonoma-Preview05.zip"
13211321 mkdir -p " CML/Sonoma" || exit 1
13221322 mkdir -p " KBL/Sonoma" || exit 1
1323- unzip -qq -d " CML/Sonoma " " AirportItlwm-Sonoma-Preview05.zip" || exit 1
1323+ unzip -qq -d " CML" " AirportItlwm-Sonoma-Preview05.zip" || exit 1
13241324 mv " CML/Sonoma/AirportItlwm.kext" " CML/Sonoma/AirportItlwm_Sonoma.kext" || exit 1
13251325 cp -R " CML/Sonoma/AirportItlwm_Sonoma.kext" " KBL/Sonoma/AirportItlwm_Sonoma.kext" || exit 1
13261326}
You can’t perform that action at this time.
0 commit comments