fix: use ~ for cache path

This commit is contained in:
ok-nick 2023-09-20 13:12:20 -04:00
parent 3aa1ee0479
commit e3fb06e842
No known key found for this signature in database
GPG key ID: E6F3F722530600D2

View file

@ -73,8 +73,8 @@ runs:
uses: actions/cache@v3
with:
path: |
$HOME/.aftman/bin
$HOME/.aftman/tool-storage
~/.aftman/bin
~/.aftman/tool-storage
key: ${{ runner.os }}-aftman-${{hashFiles(format('{0}/{1}', inputs.path, 'aftman.toml'))}}
- name: Install tools