We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2dfd1c commit e89e5dcCopy full SHA for e89e5dc
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Upload built package
71
uses: actions/upload-artifact@v4
72
with:
73
- name: artifact-${{ matrix.es-version }}
+ name: artifact-${{ env.ENGINE_KIND }}-${{ env.ENGINE_VERSION }}
74
path: build/distributions/*.zip
75
- name: Upload SPI jar
76
if: env.mainJob == 'true'
0 commit comments