Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 14:03:46 +01:00 committed by GitHub
parent f250eaccf3
commit 6384fcde9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ jobs:
name: packaged-jar
path: staging
- name: Extract artifact
run: unzip staging/*.jar -d extracted-artifact
run: unzip staging/packaged-jar.zip -d extracted-artifact
# Rename the directory to include the run ID
- name: Get current timestamp