Skip to content

Various KSU fixes and 4.0.1 release #108

Various KSU fixes and 4.0.1 release

Various KSU fixes and 4.0.1 release #108

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Rebuild apk
if: endsWith(github.ref, '/master')
env:
DRONE_SERVER: ${{ secrets.DRONE_SERVER }}
DRONE_TOKEN: ${{ secrets.DRONE_TOKEN }}
DRONE_REPO: ${{ secrets.DRONE_REPO }}
run: |
bash ./restartbuild.sh