mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
ci(release): fix wrong artifact name and ci not uploading build
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
}
|
||||
],
|
||||
"plugins": [
|
||||
"semantic-release-export-data",
|
||||
"@semantic-release/commit-analyzer",
|
||||
[
|
||||
"@semantic-release/release-notes-generator",
|
||||
@@ -52,7 +53,7 @@
|
||||
{
|
||||
"assets": [
|
||||
{
|
||||
"path": "build/app/outputs/flutter-apk/revanced-manager-*.apk"
|
||||
"path": "build/app/outputs/apk/release/revanced-manager-*.apk"
|
||||
}
|
||||
],
|
||||
"successComment": false
|
||||
|
||||
Reference in New Issue
Block a user