Skip to content

Commit 4fa8906

Browse files
committed
commiting via the cmd for the first time sorry
1 parent 30bb6f1 commit 4fa8906

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ jobs:
306306
cd builds_repo
307307
rm -rf *
308308
cp -rfu ../windowsBuild/* ./
309+
git add --all
309310
git commit -m "${{github.run_id}}"
310311
git push origin windows --force
311312
@@ -328,6 +329,7 @@ jobs:
328329
cd builds_repo
329330
rm -rf *
330331
cp -rfu ../linuxBuild/* ./
332+
git add --all
331333
git commit -m "${{github.run_id}}"
332334
git push origin linux --force
333335
@@ -350,5 +352,6 @@ jobs:
350352
cd builds_repo
351353
rm -rf *
352354
cp -rfu ../macBuild/* ./
355+
git add --all
353356
git commit -m "${{github.run_id}}"
354357
git push origin macos --force

0 commit comments

Comments
 (0)