Skip to content

Commit

Permalink
update naming for artifacts to resolve naming conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: vikhy-aws <[email protected]>
  • Loading branch information
vikhy-aws committed Feb 4, 2025
1 parent 09ad4d9 commit 9b7d955
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/notifications-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
- name: Upload Artifacts for notifications plugin
uses: actions/upload-artifact@v4
with:
name: notifications-plugin-${{ matrix.os }}
name: notifications-plugin-${{ matrix.os }}-JDK${{ matrix.java }}
path: notifications-build/notifications

- name: Upload Artifacts for notifications-core plugin
uses: actions/upload-artifact@v4
with:
name: notifications-core-plugin-${{ matrix.os }}
name: notifications-core-plugin-${{ matrix.os }}-JDK${{ matrix.java }}
path: notifications-build/notifications-core

build-windows-macos:
Expand Down Expand Up @@ -134,11 +134,11 @@ jobs:
- name: Upload Artifacts for notifications plugin
uses: actions/upload-artifact@v4
with:
name: notifications-plugin-${{ matrix.os }}
name: notifications-plugin-${{ matrix.os }}-JDK${{ matrix.java }}
path: notifications-build/notifications

- name: Upload Artifacts for notifications-core plugin
uses: actions/upload-artifact@v4
with:
name: notifications-core-plugin-${{ matrix.os }}
name: notifications-core-plugin-${{ matrix.os }}-JDK${{ matrix.java }}
path: notifications-build/notifications-core

0 comments on commit 9b7d955

Please sign in to comment.