ci(release): fix wrong artifact name and ci not uploading build

This commit is contained in:
Palm
2023-03-24 01:01:44 +07:00
parent 276f33b9ec
commit d9c5a540a3
5 changed files with 63 additions and 4 deletions

View File

@@ -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