Skip to content

Commit

Permalink
make path unique
Browse files Browse the repository at this point in the history
Signed-off-by: Joanne Wang <[email protected]>
  • Loading branch information
jowg-amazon committed Sep 10, 2024
1 parent c060458 commit 469854d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: alerting-plugin-${{ matrix.os }}
name: alerting-plugin-${{ matrix.os }}-${{ matrix.java }}
path: alerting-artifacts

build:
Expand Down Expand Up @@ -109,5 +109,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: alerting-plugin-${{ matrix.os }}
name: alerting-plugin-${{ matrix.os }}-${{ matrix.java }}
path: alerting-artifacts

0 comments on commit 469854d

Please sign in to comment.