Skip to content

Commit 08659b1

Browse files
authored
ci(build.yml): Fix typo
1 parent 2463bdc commit 08659b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: |
129129
git pull
130130
git add .
131-
git commit -m "Update binairs ${{ matrix.target }}.${{ env._EXT }}"
131+
git commit -m "Update binaries ${{ matrix.target }}.${{ env._EXT }}"
132132
133133
- name: Push
134134
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)