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 3548d93 commit 7189a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Build eap version
run: gradle buildPlugin -PintellijPublishToken=unk -PbuildType=eap
- name: Upload artifact
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v1.0.0
with:
# Artifact name
name: ApplicationInsightsDebugLogViewer
# Directory containing files to upload
path: build/distributions/*
path: build/distributions/

0 comments on commit 7189a49

Please sign in to comment.