From 7d60efea0b3850d11dca5b0068ba4df0d18cee56 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 15:22:36 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 905830f..e285d9a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -61,8 +61,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: extracted-jar/your-artifact-name.jar - asset_name: your-artifact-name.jar - asset_content_type: application/java-archive + asset_path: extracted-jar/ExtremeDemonList-0.0.1-SNAPSHOT-jar-with-dependencies.jar + asset_name: ExtremeDemonList-0.0.1-SNAPSHOT-jar-with-dependencies.jar + asset_content_type: application/ExtremeDemonList-0.0.1-SNAPSHOT-jar-with-dependencies.jar +