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