Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Feb 7, 2025
1 parent 3567581 commit f71ba5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f71ba5c

Please sign in to comment.