mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
chore: linux AppImage and actions/cache (#222)
This commit is contained in:
9
.github/workflows/osx-aarch64.yml
vendored
9
.github/workflows/osx-aarch64.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user