Skip to content

Commit

Permalink
Update dump charm debug artifacts to use $HOME (#116)
Browse files Browse the repository at this point in the history
Use $HOME instead of hardcoded /home/runner in order to be compatible
with self-hosted runners too.

Fixes #115
  • Loading branch information
orfeas-k authored Nov 20, 2023
1 parent e1c97da commit 3c4f999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/dump-charm-debug-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ runs:
run: |
wget https://github.com/corneliusweig/ketall/releases/download/v1.3.8/get-all-amd64-linux.tar.gz
tar -xf get-all-amd64-linux.tar.gz
mkdir -p /home/runner/.local/bin/
mv get-all-amd64-linux /home/runner/.local/bin/ketall
mkdir -p $HOME/.local/bin/
mv get-all-amd64-linux $HOME/.local/bin/ketall
# Dump logs

Expand Down

0 comments on commit 3c4f999

Please sign in to comment.