Skip to content

Commit b678102

Browse files
author
Gerrit Garbereder
committed
publish artifacts
1 parent 9fd5012 commit b678102

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ jobs:
5757
ln -s ../gradlew &&
5858
./gradlew check &&
5959
./gradlew assembleDist
60+
- uses: actions/upload-artifact@v3
61+
with:
62+
name: distribution
63+
path: build/distributions/*.zip

0 commit comments

Comments
 (0)