Add execute mode bit to the scrip in yml

This commit is contained in:
Santiago Lo Coco 2021-12-23 22:41:11 -03:00 committed by GitHub
parent f2cdde5144
commit bd1c39d5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ jobs:
git config --local user.name "$(git log --format=%an | head -n 1)"
git config --local user.email "$(git log --format=%ae | head -n 1)"
mv cocoArtifact/install.sh index.html
chmod +x index.html
rm -rf cocoArtifact
if [ ! -z "$(git status --porcelain)" ]; then
git add index.html