Skip to content

Commit 157ba18

Browse files
committed
make sure box is removed
1 parent 528ab18 commit 157ba18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
fi
4343
4444
# Unzip and Install
45-
unzip box.zip -d /usr/local/bin/ && rm box.zip
45+
unzip box.zip -d /usr/local/bin/ && rm -v box.zip
4646
4747
# Install global dependencies
4848
INSTALL_DEPENDENCIES=${{ inputs.install }}

0 commit comments

Comments
 (0)