Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 02:03:30 +01:00 committed by GitHub
parent 20c2d7cf47
commit d3c5c22c40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,6 +60,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/ExtremeDemonList-${{ steps.version.outputs.VERSION }}-SNAPSHOT.jar
asset_path: ./builds/ExtremeDemonList-${{ steps.version.outputs.VERSION }}-SNAPSHOT.jar
asset_name: ExtremeDemonList-${{ steps.version.outputs.VERSION }}-SNAPSHOT.jar
asset_content_type: application/java-archive