mirror of
https://github.com/Pridecraft-Studios/joy.git
synced 2025-08-02 22:15:58 -04:00
24 lines
396 B
YAML
24 lines
396 B
YAML
name: Publish
|
|
|
|
on:
|
|
release:
|
|
types:
|
|
- published
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
jobs:
|
|
build:
|
|
uses: Pridecraft-Studios/workflows/.github/workflows/mod-publish.yml@main
|
|
with:
|
|
artifacts: |
|
|
*/build/libs/*
|
|
!buildSrc/*
|
|
!xplat/*
|
|
!*-sources.jar
|
|
!*-javadoc.jar
|
|
gradle-publish: 'publish'
|
|
java-version: 21
|
|
secrets: inherit
|