Skip to content

Commit

Permalink
Update build_jar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
petebankhead authored Aug 8, 2021
1 parent 6138c23 commit 83baa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build -P toolchain=11
run: ./gradlew shadowJar -P toolchain=11
- uses: actions/upload-artifact@v2
with:
name: libs
Expand Down

0 comments on commit 83baa43

Please sign in to comment.