We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cdb20 commit 9b56090Copy full SHA for 9b56090
.github/workflows/release.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Strip release binary (linux and macOS)
32
if: matrix.job.os != 'windows-latest'
33
run: |
34
- strip "target/${{ matrix.job.target }}/release/xh"
+ strip "target/${{ matrix.job.target }}/release/stackmuncher"
35
36
- name: Publish
37
uses: softprops/action-gh-release@v1
0 commit comments