Update maven.yml
This commit is contained in:
parent
f250eaccf3
commit
6384fcde9c
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
|
name: packaged-jar
|
||||||
path: staging
|
path: staging
|
||||||
- name: Extract artifact
|
- 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
|
# Rename the directory to include the run ID
|
||||||
- name: Get current timestamp
|
- name: Get current timestamp
|
||||||
|
|
Loading…
Reference in a new issue