Skip to content

Commit

Permalink
Fix typo in path.
Browse files Browse the repository at this point in the history
  • Loading branch information
FiveMovesAhead committed Apr 23, 2024
1 parent e762ded commit 1ff9464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ff9464

Please sign in to comment.