mirror of
https://github.com/TibiNonEst/cauldron-dyeing.git
synced 2025-08-08 19:53:57 -05:00
Publishing is easier in the actions
This commit is contained in:
parent
991594e20e
commit
a966b104f1
4 changed files with 21 additions and 41 deletions
1
.github/workflows/build-gradle.yml
vendored
1
.github/workflows/build-gradle.yml
vendored
|
@ -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') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue