Skip to content

Commit

Permalink
use ~ maybe that works
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-deepsource committed Oct 12, 2024
1 parent 804663a commit 73dfeb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
uses: actions/upload-artifact@master
with:
name: ruby-3.2-linux-x86.tar.gz
path: $HOME/ruby-3.2-linux-x86.tar.gz
path: ~/ruby-3.2-linux-x86.tar.gz
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
uses: actions/upload-artifact@master
with:
name: ${{ matrix.output }}
path: $HOME/${{ matrix.output }}
path: ~/${{ matrix.output }}

0 comments on commit 73dfeb6

Please sign in to comment.