Update .github/workflows/build_push.yml
This commit is contained in:
parent
b29c4f9550
commit
ecfe891379
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build_push.yml
vendored
6
.github/workflows/build_push.yml
vendored
|
@ -116,8 +116,8 @@ jobs:
|
|||
run: chmod +x ./gradlew && ./gradlew -p src assembleRelease
|
||||
|
||||
- name: Upload APKs (chunk ${{ matrix.chunk }})
|
||||
uses: https://github.com/actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
|
||||
if: "github.repository == 'Kohi-den/extensions-source'"
|
||||
uses: https://code.forgejo.org/forgejo/upload-artifact@16871d9e8cfcf27ff31822cac382bbb5450f1e1e # v4-patch
|
||||
if: "github.repository == 'AlmightyHak/extensions-source'"
|
||||
with:
|
||||
name: "individual-apks-${{ matrix.chunk }}"
|
||||
path: "**/*.apk"
|
||||
|
@ -138,7 +138,7 @@ jobs:
|
|||
sudo apt-get update && sudo apt install rsync -y
|
||||
|
||||
- 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:
|
||||
path: ~/apk-artifacts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue