Update Build.yml

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2023-01-02 23:17:19 +07:00
parent ab0d45a5c3
commit 56c74f971f

View File

@@ -86,6 +86,7 @@ jobs:
uses: softprops/action-gh-release@master
with:
name: ${{ env.RELEASE_NAME }}
tag_name: ${{ env.RELEASE_NAME }}
token: ${{ github.token }}
files: ReVanced.zip
body: ${{ steps.read_release.outputs.RELEASE_BODY }}