Skip to content

Commit

Permalink
IN-589 Amended build YML files to cater for unique name requirement w…
Browse files Browse the repository at this point in the history
…hen uploading the artifact.
  • Loading branch information
TBPLtd committed Jul 18, 2024
1 parent 1d828ce commit def78b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Upload Document
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_NAME }}-artifact
name: ${{ env.BUILD_NAME }}-build_jdf-artifact
path: document/target/*.pdf

# Generate full Confluence Labels List
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Upload Document
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_NAME }}-artifact
name: ${{ env.BUILD_NAME }}-build_xjdf-artifact
path: document/target/*.pdf

# Generate full Confluence Labels List
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Upload Document
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_NAME }}-artifact
name: ${{ env.BUILD_NAME }}-build_both-artifact
path: document/target/*.pdf

# Upload to Confluence
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Upload Document
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_NAME }}-artifact
name: ${{ env.BUILD_NAME }}-build_jdf-artifact
path: document/target/*.pdf

# Upload to Confluence
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
- name: Upload Document
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_NAME }}-artifact
name: ${{ env.BUILD_NAME }}-build_xjdf-artifact
path: document/target/*.pdf

# Upload to Confluence
Expand Down

0 comments on commit def78b4

Please sign in to comment.