From 7ab20f1c99f56bf11d08bd672420d53253d77bad Mon Sep 17 00:00:00 2001 From: YZBruh Date: Tue, 28 Oct 2025 11:15:15 +0300 Subject: [PATCH] =?UTF-8?q?.github/workflows/build.yml=20G=C3=BCncelle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76a08f6..80f6fcd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: - name: Build And Prepare For Release id: build run: | - git clone https://github.com/ShawkTeam/pmt-renovated -b main ./pmt && cd pmt + git clone https://git.yzbruh.space/${{ github.repository }} -b main ./pmt && cd pmt export ANDROID_NDK="${{ github.workspace }}/android-ndk-r28c" bash build.sh clean bash build.sh build -DCMAKE_BUILD_TYPE=Release @@ -50,8 +50,8 @@ jobs: echo "BUILD_DATE=$(date +%Y%m%d)" >> $GITHUB_ENV echo "BUILD=${{ github.workspace }}/pmt" >> $GITHUB_ENV cd .. - echo -e "Read [Wiki - About Release Types](https://github.com/ShawkTeam/pmt-renovated/wiki/About-Release-Types) for getting more information.\n\n### Changes\n" > release.txt - git log --since="2025-08-21" --pretty=format:" * %ad | [%s](https://github.com/ShawkTeam/pmt-renovated/commit/%H)" --date=short | sed 's/ -.*//' | grep -v cleanup >> release.txt + echo -e "Read [Wiki - About Release Types](https://git.yzbruh.space/${{ github.repository }}/wiki/About-Release-Types) for getting more information.\n\n### Changes\n" > release.txt + git log --since="2025-08-21" --pretty=format:" * %ad | [%s](https://git.yzbruh.space/${{ github.repository }}/commit/%H)" --date=short | sed 's/ -.*//' | grep -v cleanup >> release.txt working-directory: ${{ github.workspace }} - name: Upload To GitHub Releases