Skip to content

Commit 0b13ef7

Browse files
authored
Add artifact.
1 parent a07174a commit 0b13ef7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
with:
1414
java-version: 1.8
1515
- run: ./gradlew clean build
16+
- uses: actions/upload-artifact@v2
17+
with:
18+
path: build/distributions/*
1619

1720
build-intellij-2020-2:
1821
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)