Skip to content

Commit 51c6220

Browse files
authored
Forgotten archive makes the plugin archive twice big (#287)
Forgotten archive makes the plugin archive twice big
1 parent f62acae commit 51c6220

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
gradle buildPlugin --no-daemon -PsemVer=${{ env.VERSION }}
4646
cd utbot-intellij/build/distributions
4747
unzip utbot-intellij-${{ env.VERSION }}.zip
48+
rm utbot-intellij-${{ env.VERSION }}.zip
4849
4950
- name: Archive UTBot IntelliJ IDEA plugin
5051
uses: actions/upload-artifact@v2

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
gradle buildPlugin --no-daemon -PsemVer=${{ env.VERSION }}
2929
cd utbot-intellij/build/distributions
3030
unzip utbot-intellij-${{ env.VERSION }}.zip
31+
rm utbot-intellij-${{ env.VERSION }}.zip
3132
3233
- name: Archive UTBot IntelliJ IDEA plugin
3334
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)