Skip to content

Commit

Permalink
fix: use env var instead of ~
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-nick committed Sep 18, 2023
1 parent 5185e13 commit a3f97e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ runs:
if: ${{ inputs.cache == 'true' }}
uses: actions/cache@v3
with:
path: ~/.aftman/bin
path: $HOME/.aftman/bin
key: ${{ runner.os }}-aftman-${{hashFiles(format('{0}/{1}', inputs.path, 'aftman.toml'))}}

- name: Install tools
Expand Down

0 comments on commit a3f97e2

Please sign in to comment.