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 ac8f779 commit 2463bdc
Showing 1 changed file 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 @@ -111,11 +111,11 @@ jobs:
persist-credentials: false
fetch-depth: 0

- name: Clean up previous binaires
- name: Clean up previous binaries
continue-on-error: true
run: rm -rf eask/${{ matrix.target }}.${{ env._EXT }}

- name: Move binaires to repository
- name: Move binaries to repository
run: mv ~/${{ matrix.target }}.${{ env._EXT }} ./

- name: Set git config
Expand Down

0 comments on commit 2463bdc

Please sign in to comment.