We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fd5012 + a9b696a commit 3c87e97Copy full SHA for 3c87e97
.github/workflows/build.yml
@@ -57,3 +57,7 @@ jobs:
57
ln -s ../gradlew &&
58
./gradlew check &&
59
./gradlew assembleDist
60
+ - uses: actions/upload-artifact@v3
61
+ with:
62
+ name: distribution
63
+ path: ./Task-Tracker-CLI/build/distributions/*.zip
.gitignore
@@ -1,5 +1,9 @@
1
-**/build/**
2
-**/.gradle/**
3
-**/local.properties/**
4
-**/.idea/**
5
-**/kotlin-js-store/**
+build
+.gradle
+local.properties
+.idea
+kotlin-js-store
6
+
7
+gradle
8
+gradlew
9
+gradlew.bat
0 commit comments