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 (#3239)

Signed-off-by: Lantao Jin <[email protected]>
  • Loading branch information
LantaoJin authored Jan 14, 2025
1 parent 103c368 commit df5afd7
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@v4
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@v4
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@v4
with:
name: opensearch-sql-${{ matrix.entry.os }}
name: opensearch-sql-${{ matrix.entry.os }}-${{ matrix.entry.java }}
path: opensearch-sql-builds

0 comments on commit df5afd7

Please sign in to comment.