Update maven.yml
This commit is contained in:
parent
6384fcde9c
commit
37f6db6074
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
name: packaged-jar
|
||||
path: staging
|
||||
- name: Extract artifact
|
||||
run: unzip staging/packaged-jar.zip -d extracted-artifact
|
||||
run: unzip target/packaged-jar -d extracted-artifact
|
||||
|
||||
# Rename the directory to include the run ID
|
||||
- name: Get current timestamp
|
||||
|
|
Loading…
Reference in a new issue