Update .github/workflows/build_push.yml

This commit is contained in:
AlmightyHak 2025-05-21 06:46:51 -05:00
parent db54be041e
commit 5d6c3fff93

View file

@ -56,16 +56,6 @@ jobs:
# chmod +x ./.github/scripts/bump-versions.py # chmod +x ./.github/scripts/bump-versions.py
# ./.github/scripts/bump-versions.py ${{ steps.modified-libs.outputs.all_changed_files }} # ./.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 - id: generate-matrices
name: Create output matrices name: Create output matrices
uses: https://github.com/actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 uses: https://github.com/actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
@ -103,7 +93,7 @@ jobs:
echo ${{ secrets.SIGNING_KEY }} | base64 -d > signingkey.jks echo ${{ secrets.SIGNING_KEY }} | base64 -d > signingkey.jks
- name: Set up Gradle - 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 }}) - name: Build extensions (chunk ${{ matrix.chunk }})
env: env:
@ -160,7 +150,7 @@ jobs:
- name: Checkout repo branch - name: Checkout repo branch
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with: with:
repository: Kohi-den/extensions repository: AlmightyHak/extensions
token: ${{ secrets.BOT_PAT }} token: ${{ secrets.BOT_PAT }}
ref: main ref: main
path: repo path: repo