Update .github/workflows/build_push.yml
Some checks failed
CI / Prepare job (push) Successful in 15s
CI / Build individual modules (push) Successful in 2m21s
CI / Publish repo (push) Failing after 1m38s

This commit is contained in:
AlmightyHak 2025-05-23 01:25:33 -05:00
parent b29c4f9550
commit ecfe891379

View file

@ -116,8 +116,8 @@ jobs:
run: chmod +x ./gradlew && ./gradlew -p src assembleRelease run: chmod +x ./gradlew && ./gradlew -p src assembleRelease
- name: Upload APKs (chunk ${{ matrix.chunk }}) - name: Upload APKs (chunk ${{ matrix.chunk }})
uses: https://github.com/actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4 uses: https://code.forgejo.org/forgejo/upload-artifact@16871d9e8cfcf27ff31822cac382bbb5450f1e1e # v4-patch
if: "github.repository == 'Kohi-den/extensions-source'" if: "github.repository == 'AlmightyHak/extensions-source'"
with: with:
name: "individual-apks-${{ matrix.chunk }}" name: "individual-apks-${{ matrix.chunk }}"
path: "**/*.apk" path: "**/*.apk"
@ -138,7 +138,7 @@ jobs:
sudo apt-get update && sudo apt install rsync -y sudo apt-get update && sudo apt install rsync -y
- name: Download APK artifacts - name: Download APK artifacts
uses: https://code.forgejo.org/forgejo/download-artifact/src/tag/v4 # v4 patched uses: https://code.forgejo.org/forgejo/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4-patch
with: with:
path: ~/apk-artifacts path: ~/apk-artifacts