mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:06:50 +00:00
change artifact name
This commit is contained in:
parent
bcd887fb24
commit
e98f3522b9
@ -86,7 +86,7 @@ jobs:
|
||||
cp obp-api/target/obp-api-1.*.war ./push/
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: $GITHUB_SHA
|
||||
name: ${{ github.sha }}
|
||||
path: push/
|
||||
|
||||
- name: Build the Docker image
|
||||
|
||||
@ -86,7 +86,7 @@ jobs:
|
||||
cp obp-api/target/obp-api-1.*.war ./push/
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: $GITHUB_SHA
|
||||
name: ${{ github.sha }}
|
||||
path: push/
|
||||
|
||||
- name: Build the Docker image
|
||||
|
||||
Loading…
Reference in New Issue
Block a user