Update .github/workflows/build_push.yml

This commit is contained in:
AlmightyHak 2025-05-20 00:41:27 -05:00
parent 75c7bf2d22
commit 49400c0ceb

View file

@ -21,7 +21,7 @@ env:
jobs:
prepare:
name: Prepare job
runs-on: ubuntu-latest
runs-on: docker
outputs:
individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }}
steps:
@ -83,7 +83,7 @@ jobs:
build_individual:
name: Build individual modules
needs: prepare
runs-on: ubuntu-latest
runs-on: docker
strategy:
matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }}
steps:
@ -129,7 +129,7 @@ jobs:
needs:
- build_individual
if: "github.repository == 'Kohi-den/extensions-source'"
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Download APK artifacts
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4