Skip to content

v0.0.0-rc.1

v0.0.0-rc.1 #2

Workflow file for this run

name: Publish
on:
release:
types:
- published
permissions:
contents: write
jobs:
build:
uses: Modflower/workflows/.github/workflows/mod-publish.yml@main
with:
artifacts: |
*/build/libs/*
!buildSrc/*
!xplat/*
!*-sources.jar
!*-javadoc.jar
secrets: inherit