Skip to content

Commit

Permalink
fix: use ~ for cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-nick committed Sep 20, 2023
1 parent 3aa1ee0 commit e3fb06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3fb06e

Please sign in to comment.