fix: hash only aftman.toml

This commit is contained in:
ok-nick 2023-09-17 23:38:22 -04:00
parent d3693e5656
commit 7cb084aa74
No known key found for this signature in database
GPG key ID: E6F3F722530600D2

View file

@ -73,7 +73,7 @@ runs:
uses: actions/cache@v3
with:
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
run: |