From 9d931841a0a13062e84dc24e3f203f4b1d767036 Mon Sep 17 00:00:00 2001 From: Socolin Date: Thu, 26 Mar 2020 00:40:02 -0400 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 611c641..e1be20f 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -24,21 +24,10 @@ jobs: run: gradle buildPlugin -PintellijPublishToken=unk -PbuildType=stable - name: Build eap version run: gradle buildPlugin -PintellijPublishToken=unk -PbuildType=eap - - name: Rename eap - run: mv build/distributions/*-EAP.zip build/distributions/ApplicationInsightsDebugLogViewer-EAP.zip - - name: Rename stable - run: mv build/distributions/*[0-9].zip build/distributions/ApplicationInsightsDebugLogViewer.zip - - name: Upload eap artifact + - name: Upload artifact uses: actions/upload-artifact@v2-preview with: # Artifact name - name: eap.zip + name: ApplicationInsightsDebugLogViewer # Directory containing files to upload - path: build/distributions/ApplicationInsightsDebugLogViewer-EAP.zip - - name: Upload stable artifact - uses: actions/upload-artifact@v2-preview - with: - # Artifact name - name: stable.zip - # Directory containing files to upload - path: build/distributions/ApplicationInsightsDebugLogViewer.zip + path: build/distributions/