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

@@ -16,6 +16,15 @@ jobs:
distribution: 'jetbrains'
java-version: '21'
- 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
- run: |
.\gradlew.bat dist --no-daemon