Skip to content

Commit e89e5dc

Browse files
fix artifact file name (colon to hyphen)
1 parent c2dfd1c commit e89e5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Upload built package
7171
uses: actions/upload-artifact@v4
7272
with:
73-
name: artifact-${{ matrix.es-version }}
73+
name: artifact-${{ env.ENGINE_KIND }}-${{ env.ENGINE_VERSION }}
7474
path: build/distributions/*.zip
7575
- name: Upload SPI jar
7676
if: env.mainJob == 'true'

0 commit comments

Comments
 (0)