Skip to content

Commit 9b56090

Browse files
committed
Typo in release.yaml
1 parent 89cdb20 commit 9b56090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Strip release binary (linux and macOS)
3232
if: matrix.job.os != 'windows-latest'
3333
run: |
34-
strip "target/${{ matrix.job.target }}/release/xh"
34+
strip "target/${{ matrix.job.target }}/release/stackmuncher"
3535
3636
- name: Publish
3737
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)