mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-10-31 22:45:06 +01:00
fix typo
This commit is contained in:
parent
2c7ebd8ece
commit
ab7af4b80b
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
with:
|
||||
path: |
|
||||
**/react/node_modules
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/react/webUI.lock') }}
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/webUI/yarn.lock') }}
|
||||
|
||||
- name: Build and copy webUI, Build Jar
|
||||
uses: eskatos/gradle-command-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user