From a5608878b4a7d415c6aa1615b3c1d734fe8e9dd5 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 10 May 2022 08:21:08 +0200 Subject: [PATCH] Typo commento --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba4a5e4..d228d40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ variables: Copy-Item -Path $FileName -Destination 32\$FileName echo "Copy-Item -Path $FileName -Destination 32\$FileName" } - echo "Compilazione file *.lua" + echo "Compilazione file *.lua 32bit" $FileList = Get-ChildItem("*.lua") ForEach ($File in $FileList) { $FileName = Split-Path $File -leaf @@ -50,7 +50,7 @@ variables: Copy-Item -Path $FileName -Destination 64\$FileName echo "Copy-Item -Path $FileName -Destination 64\$FileName" } - echo "Compilazione file *.lua" + echo "Compilazione file *.lua 64bit" $FileList = Get-ChildItem("*.lua") ForEach ($File in $FileList) { $FileName = Split-Path $File -leaf