Skip to content

Commit

Permalink
Fix actions (#2)
Browse files Browse the repository at this point in the history
switch to shadowRemapJar as described in readme
  • Loading branch information
IMS212 authored May 2, 2021
1 parent 165c6a5 commit 8017146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradlebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Gradle
run: gradle build
run: gradle shadowRemapJar

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 8017146

Please sign in to comment.