Publishing is easier in the actions

This commit is contained in:
tibs 2022-08-19 12:33:45 -04:00
parent 991594e20e
commit a966b104f1
Signed by untrusted user who does not match committer: tibs
GPG key ID: 047833989F50F88F
4 changed files with 21 additions and 41 deletions

View file

@ -20,6 +20,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
.gradle
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}