This commit is contained in:
2026-06-07 19:33:14 +08:00
parent d850455b98
commit 20cca8faab
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -29,7 +29,12 @@ jobs:
run: mvn -B package
- name: Upload built artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v7
with:
name: maven-artifacts
path: target/spigot/*.jar
path: target/spigot/*.jar
archive: false
- uses: ncipollo/release-action@v1
with:
artifacts: "*.jar"
+1 -1
View File
@@ -6,7 +6,7 @@
<groupId>xyz.fortern</groupId>
<artifactId>fortern-helper</artifactId>
<version>1.2</version>
<version>1.3</version>
<packaging>jar</packaging>
<name>fortern-helper</name>