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 +