Fix typo in path.

This commit is contained in:
FiveMovesAhead 2024-04-23 16:15:04 +08:00
parent e762dedbf5
commit 1ff9464e5c

View File

@ -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