mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
Manage delegated admins
Upgrade AGP and gradle wrapper version Fix navigation bug of Shizuku Fix Action build
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -61,9 +61,9 @@ jobs:
|
||||
|
||||
upload-telegram:
|
||||
name: Upload Builds
|
||||
if: github.ref_name == 'dev'
|
||||
runs-on: ubuntu-latest
|
||||
needs: ["build"]
|
||||
needs: build
|
||||
if: github.ref == 'refs/heads/dev'
|
||||
steps:
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user