Skip to content

Commit

Permalink
ci: fix autocommit file_pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
SirusCodes committed Feb 23, 2025
1 parent 4643f55 commit be92c28
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
commit_message: update wasm file for ${{ github.ref }}
files: ./web/antilang.wasm
branch: main
branch: main
file_pattern: web/antilang.wasm
Binary file removed bin/antilang-darwin-amd64
Binary file not shown.
Binary file removed bin/antilang-darwin-arm64
Binary file not shown.
Binary file removed bin/antilang-linux-amd64
Binary file not shown.
Binary file removed bin/antilang-linux-arm64
Binary file not shown.
Binary file removed bin/antilang-windows-amd64.exe
Binary file not shown.
Binary file removed bin/antilang-windows-arm64.exe
Binary file not shown.

0 comments on commit be92c28

Please sign in to comment.