Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
qouteall committed May 4, 2023
1 parent 6a6a37c commit d7c09b4
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,22 @@ jobs:
- uses: eskatos/gradle-command-action@v1
with:
gradle-version: 7.3
arguments: build additionalCopy
arguments: build

- name: Upload assets to GitHub
uses: AButler/[email protected]
- uses: Kir-Antipov/[email protected]
with:
files: 'build/to_upload/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}
version-type: alpha
dependencies: ""
changelog: ""

files-primary: build/libs/!(*-@(dev|sources|javadoc)).jar
files-secondary: ""

modrinth-id: n1B6JCKV
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-featured: false

curseforge-id: 839380
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}

github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d7c09b4

Please sign in to comment.