From ff79c0995cdebc4f982fb583d329f8ea97ca4ae0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 21 Oct 2023 15:47:16 +0200 Subject: [PATCH] double check --- make.ps1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/make.ps1 b/make.ps1 index 26ae238..c268d54 100644 --- a/make.ps1 +++ b/make.ps1 @@ -136,9 +136,11 @@ function GetSourceRepo { Set-Location $tempFolder git status - git add $tempFolder/$subfolder - git add $tempFolder/$subfolder/build.yml + git add $subfolder + git add $subfolder/build.yml + git status git commit -m "Updated build.yml" + git status # go back to the original folder Set-Location $PSScriptRoot