Skip to content

Commit

Permalink
[fix] Fix release action build error
Browse files Browse the repository at this point in the history
  • Loading branch information
iqiziqi committed May 28, 2024
1 parent 8fe3610 commit 69952f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Build | Strip
if: matrix.os != 'windows-latest'
run: strip target/${{ matrix.target }}/release ncmdump
run: strip target/${{ matrix.target }}/release/ncmdump

- name: Build | Bundle Win
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 69952f6

Please sign in to comment.