diff --git a/.github/workflows/publish-plugin-and-cli-from-branch.yml b/.github/workflows/publish-plugin-and-cli-from-branch.yml index 216e007579..af6006cb32 100644 --- a/.github/workflows/publish-plugin-and-cli-from-branch.yml +++ b/.github/workflows/publish-plugin-and-cli-from-branch.yml @@ -45,6 +45,7 @@ jobs: gradle buildPlugin --no-daemon -PsemVer=${{ env.VERSION }} cd utbot-intellij/build/distributions unzip utbot-intellij-${{ env.VERSION }}.zip + rm utbot-intellij-${{ env.VERSION }}.zip - name: Archive UTBot IntelliJ IDEA plugin uses: actions/upload-artifact@v2 diff --git a/.github/workflows/publish-plugin-and-cli.yml b/.github/workflows/publish-plugin-and-cli.yml index df2ac0fc41..5629063d3f 100644 --- a/.github/workflows/publish-plugin-and-cli.yml +++ b/.github/workflows/publish-plugin-and-cli.yml @@ -28,6 +28,7 @@ jobs: gradle buildPlugin --no-daemon -PsemVer=${{ env.VERSION }} cd utbot-intellij/build/distributions unzip utbot-intellij-${{ env.VERSION }}.zip + rm utbot-intellij-${{ env.VERSION }}.zip - name: Archive UTBot IntelliJ IDEA plugin uses: actions/upload-artifact@v2