Skip to content

Commit

Permalink
Update tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
uTen2c committed Jan 2, 2024
1 parent 9fd623d commit 749039a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: uTen2c/[email protected]
with:
publish-path: ${{ github.workspace }}/build/repo
publish-task: fabric:publish
publish-task: cloneJcefAndPublish
repo: ${{ secrets.REPO }}
token-user: ${{ secrets.TOKEN_USER }}
token: ${{ secrets.TOKEN }}
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,11 @@ tasks.register('cleanAll', GradleBuild) {
':forge:clean',
]
}

tasks.register("cloneJcefAndPublish", GradleBuild) {
group = "publishing"
tasks = [
":cloneJcef",
":fabric:publish"
]
}

0 comments on commit 749039a

Please sign in to comment.