From 5d6c3fff93769136d06260c62abb6707d30aec48 Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Wed, 21 May 2025 06:46:51 -0500 Subject: [PATCH] Update .github/workflows/build_push.yml --- .github/workflows/build_push.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 759df586..3c14cf4d 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -55,17 +55,7 @@ jobs: # run: | # chmod +x ./.github/scripts/bump-versions.py # ./.github/scripts/bump-versions.py ${{ steps.modified-libs.outputs.all_changed_files }} - - - name: Validate Gradle Wrapper - uses: https://github.com/gradle/actions/wrapper-validation@v4 - - - name: Get number of modules - run: | - set -x - projects=(src/*/*) - - echo "NUM_INDIVIDUAL_MODULES=${#projects[@]}" >> $GITHUB_ENV - + - id: generate-matrices name: Create output matrices uses: https://github.com/actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 @@ -103,7 +93,7 @@ jobs: echo ${{ secrets.SIGNING_KEY }} | base64 -d > signingkey.jks - name: Set up Gradle - uses: https://github.com/gradle/actions/setup-gradle@v3 # v3 + uses: https://github.com/gradle/actions/setup-gradle@v4 # v4 - name: Build extensions (chunk ${{ matrix.chunk }}) env: @@ -160,7 +150,7 @@ jobs: - name: Checkout repo branch uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: - repository: Kohi-den/extensions + repository: AlmightyHak/extensions token: ${{ secrets.BOT_PAT }} ref: main path: repo