From 64dbe9a2769b1cf420d8932eeeed7197d776d2a0 Mon Sep 17 00:00:00 2001 From: Simon Exner <43469235+0815Creeper@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:26:59 +0200 Subject: [PATCH] example ci fixes --- .github/workflows/Example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Example.yml b/.github/workflows/Example.yml index 050e837f..99210917 100644 --- a/.github/workflows/Example.yml +++ b/.github/workflows/Example.yml @@ -88,7 +88,7 @@ jobs: git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "${{ env.CI_COMMIT_AUTHOR }}@users.noreply.github.com" git config --global core.autocrlf false - git add ${{ env.EXAMPLES_PATH }} + git add ${{ env.EXAMPLES_PATH }}/${{ matrix.file-name }}* git commit -m "${{ env.CI_COMMIT_MESSAGE }}" git push origin examples || (git reset --soft HEAD~1 && (exit 1))