Skip to content

Commit

Permalink
fix: fix release i swear
Browse files Browse the repository at this point in the history
  • Loading branch information
indrastorms committed Mar 17, 2024
1 parent f3fad81 commit 2ced451
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
run: ./gradlew build
run: ./gradlew build clean

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"assets": [
{
"path": "build/libs/revanced-patches*"
"path": "build/libs/dropped-patches*"
}
],
successComment: false
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
signing
}

group = "dropped"
group = "downloads"

repositories {
mavenCentral()
Expand Down Expand Up @@ -98,7 +98,7 @@ publishing {
from(components["java"])

pom {
name = "Your Patches"
name = "Dropped-Patches"
description = "Patches for ReVanced."
url = "https://revanced.app"

Expand Down

0 comments on commit 2ced451

Please sign in to comment.