Update .github/workflows/build_push.yml
Some checks failed
CI / Prepare job (push) Successful in 20s
CI / Build individual modules (push) Successful in 7m25s
CI / Publish repo (push) Failing after 9s

This commit is contained in:
Kohi-denn 2025-06-03 19:57:56 -05:00
parent d7d88a4416
commit 268f8366d8

View file

@ -21,7 +21,7 @@ env:
jobs:
prepare:
name: Prepare job
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
outputs:
individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }}
steps:
@ -80,7 +80,7 @@ jobs:
build_individual:
name: Build individual modules
needs: prepare
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }}
steps:
@ -131,7 +131,7 @@ jobs:
needs:
- build_individual
if: "github.repository == 'AlmightyHak/extensions-source'"
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- name: Setup rsync
run: |