From 1ff9464e5c5ec893bb84cfe72d67e56f60bb5ea0 Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Tue, 23 Apr 2024 16:15:04 +0800 Subject: [PATCH] Fix typo in path. --- .github/workflows/build_benchmarker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_benchmarker.yml b/.github/workflows/build_benchmarker.yml index 8c8f0f19..14b75308 100644 --- a/.github/workflows/build_benchmarker.yml +++ b/.github/workflows/build_benchmarker.yml @@ -20,7 +20,7 @@ jobs: - name: Cargo Build run: > wasm-pack build tig-benchmarker --release --target web; - rm tig-benchmarker/wasm/.gitignore; + rm tig-benchmarker/pkg/.gitignore; - name: Auto commit id: auto_commit uses: stefanzweifel/git-auto-commit-action@v5