Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Socolin authored Mar 26, 2020
1 parent 8a36d3e commit 9d93184
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 9d93184

Please sign in to comment.