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/windows-x86-64.yml
vendored
9
.github/workflows/windows-x86-64.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user