From 51aaa2a8ca8010ce65bf8e6d22a1efd53ca5cde4 Mon Sep 17 00:00:00 2001 From: Denis Fokin Date: Thu, 23 Jun 2022 16:30:46 +0300 Subject: [PATCH 1/2] Forgotten archive makes the plugin archive twice big --- .github/workflows/publish-plugin-and-cli.yml | 1 + 1 file changed, 1 insertion(+) 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 From 9aaeecffab577d08ed438e33272e2bd749790760 Mon Sep 17 00:00:00 2001 From: Denis Fokin Date: Fri, 24 Jun 2022 11:31:01 +0300 Subject: [PATCH 2/2] Update manual publishing too --- .github/workflows/publish-plugin-and-cli-from-branch.yml | 1 + 1 file changed, 1 insertion(+) 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