aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Rinke <develop@torui.de>2021-11-05 17:38:01 +0100
committerFlorian Rinke <develop@torui.de>2021-11-05 17:38:01 +0100
commita3061de02c857cb92fdad6134c301d6894abd256 (patch)
tree78db4091fc948bf837cb432df928f84ddba178c9 /.github
parent3724d5d13f8ca33195d2d575c97dd14d5d4e36a3 (diff)
downloadCOFL-a3061de02c857cb92fdad6134c301d6894abd256.tar.gz
COFL-a3061de02c857cb92fdad6134c301d6894abd256.tar.bz2
COFL-a3061de02c857cb92fdad6134c301d6894abd256.zip
emot job artifact
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/do-build.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/do-build.yml b/.github/workflows/do-build.yml
index e02bad8..0619b20 100644
--- a/.github/workflows/do-build.yml
+++ b/.github/workflows/do-build.yml
@@ -13,4 +13,9 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Build with Gradle
- run: bash ./gradlew build \ No newline at end of file
+ run: bash ./gradlew build
+ - name: 'Upload Jar'
+ uses: actions/upload-artifact@v2
+ with:
+ name: CoflSky-CI
+ path: build/libs/CoflMod-1.0-all.jar \ No newline at end of file