fix identifier naming issues for backwards compatibility with older v… #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gradle test and release on tag | |
on: | |
push: | |
tags: | |
- "v*" | |
jobs: | |
test: | |
uses: GufliOfficial/.github/.github/workflows/java-gradle-test.yml@main | |
release: | |
needs: test | |
uses: GufliOfficial/.github/.github/workflows/java-gradle-github-release.yml@main | |
with: | |
files: | | |
spigot/build/libs/TreasureChests-*.jar |