Skip to content

Commit

Permalink
makefile: Fix previous commit
Browse files Browse the repository at this point in the history
* CI: Bump ncipollo/release-action to v1.13.0
  • Loading branch information
stevezhengshiqi committed Sep 12, 2023
1 parent 3b7a9bf commit c3496ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Upload to Release
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.13.0
with:
artifacts: build/*.zip
bodyFile: build/XiaoMi_Pro-KBL-OC-${{ env.CUR_TAG }}/ReleaseNotes.md
Expand Down
2 changes: 1 addition & 1 deletion makefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ function r180() {
curl -# -L -O "https://github.com/OpenIntelWireless/itlwm/files/12299048/AirportItlwm-Sonoma-Preview05.zip" || networkErr "AirportItlwm-Sonoma-Preview05.zip"
mkdir -p "CML/Sonoma" || exit 1
mkdir -p "KBL/Sonoma" || exit 1
unzip -qq -d "CML/Sonoma" "AirportItlwm-Sonoma-Preview05.zip" || exit 1
unzip -qq -d "CML" "AirportItlwm-Sonoma-Preview05.zip" || exit 1
mv "CML/Sonoma/AirportItlwm.kext" "CML/Sonoma/AirportItlwm_Sonoma.kext" || exit 1
cp -R "CML/Sonoma/AirportItlwm_Sonoma.kext" "KBL/Sonoma/AirportItlwm_Sonoma.kext" || exit 1
}
Expand Down

0 comments on commit c3496ec

Please sign in to comment.