generated from n0k0m3/revanced-build-template
-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (33 loc) · 1.05 KB
/
experimental.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: ReVanced Experimental Build
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: "17"
distribution: "adopt"
- name: Download Stored base APKs
uses: robinraju/[email protected]
with:
repository: ${{ github.repository }}
tag: 'base'
fileName: "*"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Build APKs, force patches on untested YouTube versions
run: ./build_revanced.sh experimental
- name: Set current date as env variable
run: echo "date_now=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
draft: true
title: "Release ${{ env.date_now }}"
files: |
build/*.apk
vanced-microG.apk