Make builded Jar downloadable (#332)

This commit is contained in:
JakobDev 2020-01-01 01:08:31 +01:00 committed by Jonathan Coates
parent 393e628721
commit 7cc2bd43c6
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ jobs:
- name: Build with Gradle
run: ./gradlew build --no-daemon
- name: Upload Jar
uses: actions/upload-artifact@v1
with:
name: CC-Tweaked
path: build/libs
lint-lua:
name: Lint Lua
runs-on: ubuntu-latest