mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
27 lines
1.2 KiB
YAML
27 lines
1.2 KiB
YAML
name: Releasing APK files
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Generate release info
|
|
shell: bash
|
|
run: |
|
|
echo "
|
|
**This repository is not like any other repository. It does not create new releases; it only releases new files.**
|
|
**Forget about scrolling whole release page find files. Just read [Readme.md](../main/README.md#microg-revanced) file and select apps you want download.**
|
|
**Change log** :point_down:
|
|
[Revanced](https://github.com/revanced/revanced-patches/releases)
|
|
[Revanced Extended](https://github.com/inotia00/revanced-patches/releases)
|
|
[Revanced Extended anddea](https://github.com/anddea/revanced-patches/releases)
|
|
[Revanced Extended for Android 6 & 7](https://github.com/kitadai31/revanced-patches-android6-7/releases)
|
|
[Revanced Extended For Android 5:](https://github.com/d4n3436/revanced-patches-android5/releases)
|
|
"> ${{ github.workspace }}-CHANGELOG.txt
|
|
- name: Release
|
|
uses: ncipollo/release-action@v1.14.0
|
|
with:
|
|
artifacts: |
|
|
./release/*.apk
|
|
name: Revanced & Revanced Extended
|
|
tag: all
|
|
bodyFile: ${{ github.workspace }}-CHANGELOG.txt
|
|
allowUpdates: true
|