mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-14 13:20:28 +00:00
incorrect lines
This commit is contained in:
parent
a2cb207516
commit
33ca5b9d56
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildapp.yml
vendored
4
.github/workflows/buildapp.yml
vendored
|
|
@ -113,8 +113,8 @@ jobs:
|
|||
id: build_package
|
||||
run: |
|
||||
cd ${{ github.workspace }}/main
|
||||
sed -i '' "12s#.*#BUNDLE_ID = ${{ env.BUNDLE_ID }}#g" Makefile
|
||||
sed -i '' "11s#.*#DISPLAY_NAME = ${{ env.APP_NAME }}#g" Makefile
|
||||
sed -i '' "27s#.*#BUNDLE_ID = ${{ env.BUNDLE_ID }}#g" Makefile
|
||||
sed -i '' "26s#.*#DISPLAY_NAME = ${{ env.APP_NAME }}#g" Makefile
|
||||
make package IPA=YouTube.ipa FINALPACKAGE=1
|
||||
(mv "packages/$(ls -t packages | head -n1)" "packages/uYouPlus_${{ env.YOUTUBE_VERSION }}_${{ env.UYOU_VERSION }}.ipa")
|
||||
echo "package=$(ls -t packages | head -n1)" >>$GITHUB_OUTPUT
|
||||
|
|
|
|||
Loading…
Reference in a new issue