Skip to content

Commit 2ced451

Browse files
committed
fix: fix release i swear
1 parent f3fad81 commit 2ced451

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
29-
run: ./gradlew build
29+
run: ./gradlew build clean
3030

3131
- name: Setup Node.js
3232
uses: actions/setup-node@v4

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{
3434
"assets": [
3535
{
36-
"path": "build/libs/revanced-patches*"
36+
"path": "build/libs/dropped-patches*"
3737
}
3838
],
3939
successComment: false

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
signing
88
}
99

10-
group = "dropped"
10+
group = "downloads"
1111

1212
repositories {
1313
mavenCentral()
@@ -98,7 +98,7 @@ publishing {
9898
from(components["java"])
9999

100100
pom {
101-
name = "Your Patches"
101+
name = "Dropped-Patches"
102102
description = "Patches for ReVanced."
103103
url = "https://revanced.app"
104104

0 commit comments

Comments
 (0)