fix: update cache on aftman.toml change

This commit is contained in:
ok-nick 2023-08-03 12:05:14 -04:00
parent d704935d05
commit 27435a1182
No known key found for this signature in database
GPG key ID: E6F3F722530600D2

View file

@ -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 key: ${{ runner.os }}-aftman-${{hashFiles(inputs.path)}}
- name: Install tools - name: Install tools
run: | run: |