From f71ba5c295265176f23866a1e9d7a153552498df Mon Sep 17 00:00:00 2001 From: Dragos Daian Date: Sat, 8 Feb 2025 00:06:55 +0100 Subject: [PATCH] Update action.yml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 6aeec7f..0c1bcd0 100644 --- a/action.yml +++ b/action.yml @@ -159,6 +159,7 @@ runs: echo "Unzipping editor" # Unzip 1st time file=$(ls ${{ inputs.bin-path }}/editor) + ls -lah ${{ inputs.bin-path }}/editor unzip ${{ inputs.bin-path }}/editor/$file -d ${{ inputs.bin-path }}/editor rm ${{ inputs.bin-path }}/editor/$file