From 86af9b182fddc332985570eed63e2addee54a431 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Sat, 9 Dec 2023 18:24:18 -0600 Subject: [PATCH] Rename tweak name to `uYouEnhanced` (buildapp.yml) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit next release the uYouPlusExtra name won’t be present. Instead it shows the name uYouEnhanced. --- .github/workflows/buildapp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index c53b056..c651d5d 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -1,7 +1,7 @@ # Original idea by @ISnackable. Thanks to him for handling the hardest parts! # https://github.com/ISnackable/YTCubePlus/blob/main/.github/workflows/Build.yml -name: Build and Release uYouPlusExtra +name: Build and Release uYouEnhanced on: workflow_dispatch: @@ -48,14 +48,14 @@ concurrency: jobs: build: - name: Build uYouPlus + name: Build uYouEnhanced runs-on: macos-latest permissions: contents: write steps: - name: Install Dependencies - run: brew install bzip2 curl dpkg jq ldid make node svn wget xz + run: brew install curl dpkg jq ldid make node svn wget xz - name: Set PATH environment variable run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH @@ -140,7 +140,7 @@ jobs: UYOU_VERSION: ${{ inputs.uyou_version }} YOUTUBE_VERSION: ${{ inputs.youtube_version }} with: - name: uYouPlusExtra_${{ env.YOUTUBE_VERSION }}_${{ env.UYOU_VERSION }} + name: uYouEnhanced_${{ env.YOUTUBE_VERSION }}_${{ env.UYOU_VERSION }} path: ${{ github.workspace }}/main/packages/${{ steps.build_package.outputs.package }} if-no-files-found: error