Update .github/workflows/build_push.yml
All checks were successful
CI / Prepare job (push) Successful in 17s
CI / Build individual modules (push) Successful in 10m50s
CI / Publish repo (push) Successful in 1m44s

This commit is contained in:
Kohi-denn 2025-06-17 04:31:25 -05:00
parent ac1495e34c
commit 4bb2c223e0

View file

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