Skip to content

Commit 14a5323

Browse files
ci: Fix typo in release template
1 parent c8d528f commit 14a5323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ bash -c 'curl -L "$RELEASE_URL/scip-clang-$(uname -m)-$OS" -o scip-clang' && \
88
chmod +x scip-clang
99
```
1010

11-
The `-debug*` binaries are meant for debugging issues (for example, if you run into a crash with `scip-clang`), and are not recommended for general use.
11+
The `-dev` binaries are meant for debugging issues (for example, if you run into a crash with `scip-clang`), and are not recommended for general use.

0 commit comments

Comments
 (0)