0
0
This commit is contained in:
Marco Maatz 2025-06-23 11:17:33 +02:00
parent 45eb7d8168
commit 03480bd468

View File

@ -32,7 +32,7 @@ jobs:
curl -O -R $downloadUrl
# Get the file creation date and save it into a variable
fileCreatedDate=for %F in ("BridgeSetupAbc.exe") do @for /f "tokens=1-3 delims=. " %a in ("%~tF") do @for /f "tokens=2 delims= " %t in ("%~tF") do @echo %c-%b-%aT%t:00
fileCreatedDate=$(for %F in ("BridgeSetupAbc.exe") do @for /f "tokens=1-3 delims=. " %a in ("%~tF") do @for /f "tokens=2 delims= " %t in ("%~tF") do @echo %c-%b-%aT%t:00)
echo "File created date: $fileCreatedDate"
if [ "$downloadFileName" != "$uploadFileName" ]; then