chore: linux AppImage and actions/cache (#222)

This commit is contained in:
hstyi
2025-02-14 12:27:14 +08:00
committed by GitHub
parent 045e4f81d6
commit ab2367d670
5 changed files with 80 additions and 2 deletions

View File

@@ -45,6 +45,15 @@ jobs:
java-version: '21.0.6'
architecture: aarch64
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-${{ runner.arch }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-${{ runner.arch }}-gradle-
# dist
- name: Dist
env: