Skip to content

Commit

Permalink
make sure box is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Mar 3, 2022
1 parent 528ab18 commit 157ba18
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 @@ -42,7 +42,7 @@ runs:
fi
# Unzip and Install
unzip box.zip -d /usr/local/bin/ && rm box.zip
unzip box.zip -d /usr/local/bin/ && rm -v box.zip
# Install global dependencies
INSTALL_DEPENDENCIES=${{ inputs.install }}
Expand Down

0 comments on commit 157ba18

Please sign in to comment.