Skip to content

Commit

Permalink
Update release-build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: n-34 <119163921+n-34@users.noreply.github.com>
  • Loading branch information
n-34 committed Sep 12, 2023
1 parent 135106a commit d36ee7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Release Build"

on:
workflow_dispatch:
push:
tags:
- "v*"
Expand Down Expand Up @@ -47,4 +48,4 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: revanced-manager-${{ env.RELEASE_VERSION }}.apk
files: revanced-manager-${{ env.RELEASE_VERSION }}.apk

0 comments on commit d36ee7e

Please sign in to comment.