mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2026-07-28 23:33:07 +00:00
fix 🐛
Only release apk files
This commit is contained in:
parent
2a3b2817aa
commit
5f26b23ab6
1 changed files with 2 additions and 2 deletions
4
.github/actions/release/action.yml
vendored
4
.github/actions/release/action.yml
vendored
|
|
@ -15,7 +15,7 @@ runs:
|
|||
uses: softprops/action-gh-release@v0.1.15
|
||||
with:
|
||||
files: |
|
||||
./release/*
|
||||
./release/*.apk
|
||||
name: Revanced & Revanced Extended
|
||||
tag_name: all
|
||||
body_path: ${{ github.workspace }}-CHANGELOG.txt
|
||||
body_path: ${{ github.workspace }}-CHANGELOG.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue