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 1c46d28 commit cf9c3f3Copy full SHA for cf9c3f3
.github/workflows/publish-plugin-and-cli-from-branch.yml
@@ -95,10 +95,10 @@ jobs:
95
rm utbot-intellij-${{ env.VERSION }}.zip
96
97
- name: Archive UTBot IntelliJ IDEA plugin
98
- if: ${{ inputs.upload-artifact == 'true' && matrix.configuration.plugin_type == 'IC' }}
+ if: ${{ inputs.upload-artifact == 'true' }}
99
uses: actions/upload-artifact@v3
100
with:
101
- name: utbot-intellij-${{ env.VERSION }}
+ name: utbot-intellij-${{ matrix.configuration.plugin_type }}-${{ env.VERSION }}
102
path: utbot-intellij/build/distributions/*
103
104
- name: Build UTBot CLI
0 commit comments