From b5863677d31a65f746e73bec0195e14441c86db6 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 28 Oct 2020 11:08:43 -0400 Subject: [PATCH] TGS DMAPI Updater deletes old files --- .github/workflows/update_tgs_dmapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_tgs_dmapi.yml b/.github/workflows/update_tgs_dmapi.yml index 72c029c770..6fe53f700c 100644 --- a/.github/workflows/update_tgs_dmapi.yml +++ b/.github/workflows/update_tgs_dmapi.yml @@ -29,7 +29,7 @@ jobs: run: | git config user.name tgstation-server git config user.email tgstation-server@users.noreply.github.com - git add * + git add . git commit -m 'Update TGS DMAPI' git push -f -u origin tgs-dmapi-update