change artifact name

This commit is contained in:
tawoe 2025-03-03 11:16:35 +01:00
parent bcd887fb24
commit e98f3522b9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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