Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev0Louis authored Jun 5, 2023
1 parent e08281a commit f97c4a5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
with:
name: Artifacts
path: build/libs/
- name: Upload artifacts to Modrinth, Curseforge and GitHub
uses: Kir-Antipov/[email protected]
- name: Release & Publish
# You may pin to the exact commit or the version.
# uses: zattoo/publish@c7658fd8c63641736ef23627ca2d6644797565ca
uses: zattoo/[email protected]
with:
github-token: ${{ secrets.GH_TOKEN }}

files: build/libs/!(*-@(dev|sources|all)).jar
# GitHub Token
github_token: ${{ secrets.GH_TOKEN }}

0 comments on commit f97c4a5

Please sign in to comment.