From ee94e82b8106e2174eb634e471ed357bd7f87eb2 Mon Sep 17 00:00:00 2001 From: z0x Date: Sat, 4 Jan 2025 22:55:28 -0500 Subject: [PATCH] fix(workflow): git add dist --- .gitea/workflows/build-dist.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-dist.yaml b/.gitea/workflows/build-dist.yaml index c26f2a9..d75ade2 100644 --- a/.gitea/workflows/build-dist.yaml +++ b/.gitea/workflows/build-dist.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: - update-deps: + build-dist: runs-on: ubuntu-latest steps: @@ -27,6 +27,6 @@ jobs: run: | git config user.name "gitea-actions[bot]" git config user.email "gitea-actions[bot]@git.z0x.ca" - git add . + git add dist git commit -m "ci(dist): build dist" git push