Skip to content

Commit

Permalink
ci(build.yml): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Oct 31, 2024
1 parent 2463bdc commit 08659b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: |
git pull
git add .
git commit -m "Update binairs ${{ matrix.target }}.${{ env._EXT }}"
git commit -m "Update binaries ${{ matrix.target }}.${{ env._EXT }}"
- name: Push
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 08659b1

Please sign in to comment.