mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 14:46:49 +00:00
fix artifact paths
This commit is contained in:
parent
bd7096cd20
commit
3fa208e82b
@ -47,7 +47,7 @@ jobs:
|
||||
- name: prepare the artifact
|
||||
run: |
|
||||
mkdir -p obp-api/target/
|
||||
cp push/obp-api-1.*.war obp-api/target/obp-api-1.10.1.war
|
||||
cp obp-api-1.10.1.war obp-api/target/obp-api-1.10.1.war
|
||||
|
||||
- name: Build the Docker image
|
||||
run: |
|
||||
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
- name: prepare the artifact
|
||||
run: |
|
||||
mkdir -p obp-api/target/
|
||||
cp push/obp-api-1.*.war obp-api/target/obp-api-1.10.1.war
|
||||
cp obp-api-1.10.1.war obp-api/target/obp-api-1.10.1.war
|
||||
|
||||
- name: Build the Docker image
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user