test
Build Plugin / Build with Maven (push) Successful in 1m3s

This commit is contained in:
2026-06-08 13:27:42 +08:00
parent 0f4c2904d0
commit 9cab76ea32
+4
View File
@@ -35,6 +35,7 @@ jobs:
shell: bash
run: |
VERSION=${GITHUB_REF#refs/tags/ver/}
echo "version=$VERSION"
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
- name: Upload built artifacts
@@ -43,6 +44,9 @@ jobs:
name: maven-artifacts
path: target/spigot/*.jar
- name: Dir
run: ls -R
- uses: ncipollo/release-action@v1
with:
artifacts: 'target/spigot/*.jar'