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 f62acae commit 51c6220Copy full SHA for 51c6220
.github/workflows/publish-plugin-and-cli-from-branch.yml
@@ -45,6 +45,7 @@ jobs:
45
gradle buildPlugin --no-daemon -PsemVer=${{ env.VERSION }}
46
cd utbot-intellij/build/distributions
47
unzip utbot-intellij-${{ env.VERSION }}.zip
48
+ rm utbot-intellij-${{ env.VERSION }}.zip
49
50
- name: Archive UTBot IntelliJ IDEA plugin
51
uses: actions/upload-artifact@v2
.github/workflows/publish-plugin-and-cli.yml
@@ -28,6 +28,7 @@ jobs:
28
29
30
31
32
33
34
0 commit comments