From ead589f49748b167c5b9cfae3fde3e04ebafe7b4 Mon Sep 17 00:00:00 2001 From: Macley <26381427+Macleykun@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:41:59 +0100 Subject: [PATCH] YEEEEEAAAAAW --- .github/workflows/buildapp.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index d1d94d1..fe920ac 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -113,6 +113,11 @@ jobs: (echo export PATH="/usr/local/opt/make/libexec/gnubin:$PATH" >> ~/.bash_profile) source ~/.bash_profile cd ${{ github.workspace }}/main + # test + cat Tweaks/YTLite/Makefile + cat Tweaks/YTLite/Makefile | grep -i PACKAGE_VERSION + exit 1 + # test sed -i '' "12s#.*#BUNDLE_ID = ${{ env.BUNDLE_ID }}#g" Makefile sed -i '' "11s#.*#DISPLAY_NAME = ${{ env.APP_NAME }}#g" Makefile sed -i '' "s/^PACKAGE_VERSION.*$/PACKAGE_VERSION = ${{ env.YT_VERSION }}-${{ inputs.ytliteplus_version }}/" Makefile