Update .github/workflows/build_push.yml
This commit is contained in:
parent
2d629aaecf
commit
172abad3f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_push.yml
vendored
2
.github/workflows/build_push.yml
vendored
|
@ -135,7 +135,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Setup rsync
|
- name: Setup rsync
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update && sudo apt install rsync -y
|
apt-get update && sudo apt install rsync -y
|
||||||
|
|
||||||
- name: Download APK artifacts
|
- name: Download APK artifacts
|
||||||
uses: https://code.forgejo.org/forgejo/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4-patch
|
uses: https://code.forgejo.org/forgejo/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4-patch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue