Update build script to remove Node24 warnings

This commit is contained in:
Tonwalter888
2026-04-19 20:18:37 +07:00
committed by GitHub
parent 40a04b98c7
commit d6d7c1087f
4 changed files with 14 additions and 16 deletions
+3 -4
View File
@@ -94,7 +94,7 @@ jobs:
steps:
- name: Download built debs
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: built-debs
path: ${{ github.workspace }}
@@ -116,7 +116,6 @@ jobs:
- name: Install cyan
run: pipx install --force https://github.com/asdfzxcvbn/pyzule-rw/archive/main.zip
- name: Inject tweaks into IPA
run: |
tweaks="ytplus.deb OpenYoutubeSafariExtension.appex"
@@ -126,7 +125,7 @@ jobs:
cyan -i youtube.ipa -o YouTubePlus_${{ github.event.inputs.tweak_version }}.ipa -uwef $tweaks -n "${{ github.event.inputs.display_name }}" -b ${{ github.event.inputs.bundle_id }}
- name: Upload to GitHub Releases
uses: softprops/action-gh-release@v2.5.0
uses: softprops/action-gh-release@v3
with:
tag_name: ytp-${{ github.run_number }}
name: YouTubePlus v${{ github.event.inputs.tweak_version }} (${{ github.run_number }})
@@ -135,4 +134,4 @@ jobs:
- name: Output Release URL
run: |
echo "::notice::Release available at: https://github.com/${{ github.repository }}/releases"
echo "::notice::Release available at: https://github.com/${{ github.repository }}/releases"