Skip to content

Commit cf9c3f3

Browse files
authored
IU plugin publishing #1905 (#1913)
1 parent 1c46d28 commit cf9c3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-plugin-and-cli-from-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ jobs:
9595
rm utbot-intellij-${{ env.VERSION }}.zip
9696
9797
- name: Archive UTBot IntelliJ IDEA plugin
98-
if: ${{ inputs.upload-artifact == 'true' && matrix.configuration.plugin_type == 'IC' }}
98+
if: ${{ inputs.upload-artifact == 'true' }}
9999
uses: actions/upload-artifact@v3
100100
with:
101-
name: utbot-intellij-${{ env.VERSION }}
101+
name: utbot-intellij-${{ matrix.configuration.plugin_type }}-${{ env.VERSION }}
102102
path: utbot-intellij/build/distributions/*
103103

104104
- name: Build UTBot CLI

0 commit comments

Comments
 (0)