Skip to content

Commit 40023db

Browse files
artifact name
1 parent 10d9365 commit 40023db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-linux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
if: ${{ matrix.test-group == 'LSP4Jakarta-Unit' && !failure() }}
119119
uses: actions/[email protected]
120120
with:
121-
name: liberty-tools-intellij-LTI-${{ env.REF_LTI_TAG || 'default' }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
121+
name: liberty-tools-intellij-LTI-${{ github.ref_name }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
122122
path: |
123123
./**/*liberty-tools-intellij*.zip
124124
./**/libs/*liberty-tools-intellij*.jar
@@ -132,6 +132,6 @@ jobs:
132132
if: ${{ failure() && steps.run_tests.conclusion == 'failure' }}
133133
uses: actions/[email protected]
134134
with:
135-
name: linux-${{ matrix.test-group }}-test-report-LTI-${{ env.REF_LTI_TAG || 'default' }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
135+
name: linux-${{ matrix.test-group }}-test-report-LTI-${{ github.ref_name }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
136136
path: |
137137
liberty-tools-intellij/build/reports/

.github/workflows/build-mac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ jobs:
119119
if: ${{ failure() && steps.run_tests.conclusion == 'failure' }}
120120
uses: actions/[email protected]
121121
with:
122-
name: mac-${{ matrix.test-group }}-test-report-LTI-${{ env.REF_LTI_TAG || 'default' }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
122+
name: mac-${{ matrix.test-group }}-test-report-LTI-${{ github.ref_name }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
123123
path: |
124124
liberty-tools-intellij/build/reports/

.github/workflows/build-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ jobs:
125125
if: ${{ failure() && steps.run_tests.conclusion == 'failure' }}
126126
uses: actions/[email protected]
127127
with:
128-
name: windows-${{ matrix.test-group }}-test-report-LTI-${{ env.REF_LTI_TAG || 'default' }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
128+
name: windows-${{ matrix.test-group }}-test-report-LTI-${{ github.ref_name }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
129129
path: |
130130
liberty-tools-intellij/build/reports/

0 commit comments

Comments
 (0)