Skip to content

Commit c3496ec

Browse files
makefile: Fix previous commit
* CI: Bump ncipollo/release-action to v1.13.0
1 parent 3b7a9bf commit c3496ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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

makefile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)