mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
fix: hash only aftman.toml
This commit is contained in:
parent
d3693e5656
commit
7cb084aa74
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ runs:
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.aftman/bin
|
path: ~/.aftman/bin
|
||||||
key: ${{ runner.os }}-aftman-${{hashFiles(inputs.path)}}
|
key: ${{ runner.os }}-aftman-${{hashFiles(format('{0}/{1}', inputs.path, 'aftman.toml'))}}
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue