diff --git a/.github/workflows/createRelease_onTagPushed.yml b/.github/workflows/createRelease_onTagPushed.yml index 790a58c..6dc1733 100644 --- a/.github/workflows/createRelease_onTagPushed.yml +++ b/.github/workflows/createRelease_onTagPushed.yml @@ -37,6 +37,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_TOK }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: target/*.jar - asset_name: my-app.jar + asset_path: target/GameboardVorlage.jar + asset_name: GameboardVorlage.jar asset_content_type: application/java-archive \ No newline at end of file diff --git a/pom.xml b/pom.xml index c4b0796..5854754 100644 --- a/pom.xml +++ b/pom.xml @@ -5,8 +5,7 @@ 4.0.0 groupId - Gameboard - 1.5 + GameboardVorlage 17