mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-05-01 07:04:33 +02:00
ci
Former-commit-id: d0b8c5c8ba298ac9d7ecbfef5dead7e54387f8bc
This commit is contained in:
parent
f632c95ac1
commit
26409f7d2a
20
.github/workflows/build.yml
vendored
Normal file
20
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
on: workflow_dispatch
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
run:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: |
|
||||||
|
git clone "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" .
|
||||||
|
./build-module.sh
|
||||||
|
- id: get_output_name
|
||||||
|
run: echo ::set-output name=OUTPUT::$(cat build-module.sh | sed -n 's/.*OUTPUT="\(.*\)".*/\1/p')
|
||||||
|
shell: bash
|
||||||
|
- name: Upload release
|
||||||
|
uses: svenstaro/upload-release-action@2.3.0
|
||||||
|
with:
|
||||||
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
file: ${{ steps.get_output_name.outputs.OUTPUT }}
|
||||||
|
asset_name: ${{ steps.get_output_name.outputs.OUTPUT }}
|
||||||
|
release_name: ${{ steps.get_output_name.outputs.OUTPUT }}
|
||||||
|
overwrite: true
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
*.keystore
|
*.keystore
|
||||||
|
|
||||||
!base-v17.24.34.apk
|
!base-v17.24.34.apk
|
||||||
|
.v*
|
Loading…
x
Reference in New Issue
Block a user