Update .github/workflows/build_push.yml
Some checks failed
CI / Prepare job (push) Failing after 12s
CI / Build individual modules (push) Has been skipped
CI / Publish repo (push) Has been skipped

This commit is contained in:
AlmightyHak 2025-05-21 00:30:04 -05:00
parent f096796f42
commit 0bddcda190

View file

@ -42,7 +42,7 @@ jobs:
# safe_output: false # safe_output: false
- name: Import GPG key - name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6 # v6.1.0 uses: https://github.com/crazy-max/ghaction-import-gpg@v6 # v6.1.0
with: with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }} passphrase: ${{ secrets.GPG_PASSPHRASE }}
@ -128,7 +128,7 @@ jobs:
name: Publish repo name: Publish repo
needs: needs:
- build_individual - build_individual
if: "github.repository == 'Kohi-den/extensions-source'" if: "github.repository == 'AlmightyHak/extensions-source'"
runs-on: docker runs-on: docker
steps: steps:
- name: Download APK artifacts - name: Download APK artifacts