Skip to content

Commit

Permalink
use sanitized es-version
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed May 31, 2024
1 parent 7742fd6 commit dec4d2c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- 'os:2.6.0'
env:
mainJob: ${{ matrix.es-version == 'es:8.13.4' }}
githubRef: ${{ github.ref }}
continue-on-error: true
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -117,22 +116,22 @@ jobs:
name: Upload reports when failed
if: failure()
with:
name: failure-reports-${{ matrix.es-version }}
name: failure-reports-${{ env.ENGINE_KIND }}-${{ env.ENGINE_VERSION }}
path: |
build/reports
build/integration/elasticsearch-*/logs
- uses: actions/upload-artifact@v4
name: Upload built packages
if: success()
with:
name: build-artifacts-${{ matrix.es-version }}
name: build-artifacts-${{ env.ENGINE_KIND }}-${{ env.ENGINE_VERSION }}
path: |
build/distributions/*.zip
- uses: actions/upload-artifact@v4
name: Upload SPI jar
if: env.mainJob == 'true'
with:
name: build-artifacts-spi-${{ matrix.es-version }}
name: build-artifacts-spi-${{ env.ENGINE_KIND }}-${{ env.ENGINE_VERSION }}
path: |
spi/build/libs/sudachi-*.jar
- name: 'Publish SPI jar to maven central'
Expand Down

0 comments on commit dec4d2c

Please sign in to comment.