Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Dec 31, 2023
1 parent 4a25c7c commit a888fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sed -i "/^version/c\\version: ${{ env.RELEASE_VERSION }}+$VERSIONCODE" pubspec.yaml
- name: Rename APK
run: mv build/app/outputs/apk/release/app-release.apk build/app/outputs/apk/release/revanced-manager-v${{ env.RELEASE_VERSION }}.apk
run: mv build/app/outputs/apk/release/app-release.apk revanced-manager-v${{ env.RELEASE_VERSION }}.apk

- name: Publish release APK
env:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.release.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
"assets": [
{
"path": "build/app/outputs/apk/release/*.apk"
"path": "revanced-manager-v${nextRelease.version}.apk"
}
],
"successComment": false
Expand Down

0 comments on commit a888fe5

Please sign in to comment.