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 4d3fec5 commit 3567581
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 @@ -156,6 +156,7 @@ runs:
mkdir -p ${{ inputs.bin-path }}/editor
${{ env.BLAZIUM_CLI }} --get-version ${{ inputs.version }} --arch $arch --download --editor --platform $platform$mono ${{ inputs.bin-path }}/editor
echo "Unzipping editor"
# Unzip 1st time
file=$(ls ${{ inputs.bin-path }}/editor)
unzip ${{ inputs.bin-path }}/editor/$file -d ${{ inputs.bin-path }}/editor
Expand Down

0 comments on commit 3567581

Please sign in to comment.