Skip to content

Commit

Permalink
Artifacts to upload should include the java version in its name to av…
Browse files Browse the repository at this point in the history
…oid conflicts

Signed-off-by: Lantao Jin <[email protected]>
  • Loading branch information
LantaoJin committed Jan 10, 2025
1 parent c2a8936 commit b7c37e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sql-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: opensearch-sql-ubuntu-latest
name: opensearch-sql-ubuntu-latest-${{ matrix.java }}
path: opensearch-sql-builds

- name: Upload test reports
if: always()
uses: actions/upload-artifact@v3
continue-on-error: true
with:
name: test-reports
name: test-reports-ubuntu-latest-${{ matrix.java }}
path: |
sql/build/reports/**
ppl/build/reports/**
Expand Down Expand Up @@ -132,5 +132,5 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: opensearch-sql-${{ matrix.entry.os }}
name: opensearch-sql-${{ matrix.entry.os }}-${{ matrix.entry.java }}
path: opensearch-sql-builds

0 comments on commit b7c37e2

Please sign in to comment.