fixed naming issues

This commit is contained in:
steev 2023-10-03 19:58:05 +02:00
parent 51f825c0ee
commit 42a1aabff3
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: plugin-jar name: plugin-jar
path: target/BetterMinecraft.jar path: target/BetterMinecraft-stable.jar
release: release:
needs: build needs: build
@ -62,7 +62,7 @@ jobs:
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
files: | files: |
target/BetterMinecraft.jar target/BetterMinecraft-stable.jar
tag_name: ${{ steps.increment_version.outputs.major }}.${{ steps.increment_version.outputs.minor }}.${{ steps.increment_version.outputs.patch }} tag_name: ${{ steps.increment_version.outputs.major }}.${{ steps.increment_version.outputs.minor }}.${{ steps.increment_version.outputs.patch }}
release_name: Release ${{ steps.increment_version.outputs.major }}.${{ steps.increment_version.outputs.minor }}.${{ steps.increment_version.outputs.patch }} release_name: Release ${{ steps.increment_version.outputs.major }}.${{ steps.increment_version.outputs.minor }}.${{ steps.increment_version.outputs.patch }}
draft: false draft: false

View File

@ -6,7 +6,7 @@
<groupId>de.steev.bm</groupId> <groupId>de.steev.bm</groupId>
<artifactId>BetterMinecraft</artifactId> <artifactId>BetterMinecraft</artifactId>
<version>1.1.1</version> <version>stable</version>
<properties> <properties>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>