Skip to content

Commit 3c87e97

Browse files
authored
Merge pull request #7 from Task-Tracker-Systems/distributions
Distributions
2 parents 9fd5012 + a9b696a commit 3c87e97

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
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: ./Task-Tracker-CLI/build/distributions/*.zip

.gitignore

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
**/build/**
2-
**/.gradle/**
3-
**/local.properties/**
4-
**/.idea/**
5-
**/kotlin-js-store/**
1+
build
2+
.gradle
3+
local.properties
4+
.idea
5+
kotlin-js-store
6+
7+
gradle
8+
gradlew
9+
gradlew.bat

0 commit comments

Comments
 (0)