Skip to content

Commit 0f65410

Browse files
committed
fix: workflow indentation
1 parent 04f435f commit 0f65410

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -499,14 +499,14 @@ jobs:
499499
restore-keys: |
500500
${{ runner.os }}-${{ matrix.build_name }}-build-
501501
502-
- name: Cache JRE for Tabula
503-
uses: actions/cache@v4
504-
with:
505-
path: |
506-
src-tauri/resources/build-jre
507-
key: ${{ runner.os }}-${{ matrix.target }}-jre-build-v2-${{ hashFiles('src-tauri/scripts/setup-build-jre.sh') }}
508-
restore-keys: |
509-
${{ runner.os }}-${{ matrix.target }}-jre-build-v2-
502+
- name: Cache JRE for Tabula
503+
uses: actions/cache@v4
504+
with:
505+
path: |
506+
src-tauri/resources/build-jre
507+
key: ${{ runner.os }}-${{ matrix.target }}-jre-build-v2-${{ hashFiles('src-tauri/scripts/setup-build-jre.sh') }}
508+
restore-keys: |
509+
${{ runner.os }}-${{ matrix.target }}-jre-build-v2-
510510
511511
- name: Install frontend dependencies
512512
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)