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 8abf296 commit 204c7f1Copy full SHA for 204c7f1
.github/workflows/test.yml
@@ -31,4 +31,4 @@ jobs:
31
with:
32
name: snip-${{ matrix.os }}
33
path: |
34
- ./target/release/rsnippet${{ matrix.os == 'windows-latest' && '.exe' || '' }}
+ ./target/release/snip${{ matrix.os == 'windows-latest' && '.exe' || '' }}
0 commit comments