Skip to content

Merge branch 'legacy' of https://github.com/backslashxx/KernelSU into… #10

Merge branch 'legacy' of https://github.com/backslashxx/KernelSU into…

Merge branch 'legacy' of https://github.com/backslashxx/KernelSU into… #10

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
workflow_dispatch:
jobs:
build-manager:
uses: ./.github/workflows/build-manager.yml
secrets: inherit
release:
needs:
- build-manager
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
- name: Display structure of downloaded files
run: ls -R
- name: release
uses: softprops/action-gh-release@v2
with:
files: |
manager/*.apk