This commit is contained in:
creeper123123321 2021-05-05 20:38:09 -03:00 committed by GitHub
parent 92295a83e1
commit 2e87eb5670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Cache
uses: actions/cache@v2
with:
path: ~/.gradle/
key: ${{ runner.os }}-via-cache
- name: build
env:
CURSEFORGE_API_KEY: ${{ secrets.CREEPER_CF }}