Files
Revanced-And-Revanced-Exten…/.github/actions/release/action.yml
siritami ebe3fe1b26 update workflow
Workflow will stop if github internet connection not stable
2024-03-01 01:08:04 +07:00

22 lines
763 B
YAML

name: Releasing APK files
runs:
using: "composite"
steps:
- name: Generate release info
shell: bash
run: |
echo "
**Change log** :point_down:
[Revanced](https://github.com/revanced/revanced-patches/releases/latest)
[Revanced Extended](https://github.com/inotia00/revanced-patches/releases/latest)
[Revanced Extended for Android 6 & 7](https://github.com/kitadai31/revanced-patches-android6-7/releases/latest)
"> ${{ github.workspace }}-CHANGELOG.txt
- name: Release
uses: softprops/action-gh-release@v0.1.15
with:
files: |
./release/*.apk
name: Revanced & Revanced Extended
tag_name: all
body_path: ${{ github.workspace }}-CHANGELOG.txt