We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5eac8a commit 12eb239Copy full SHA for 12eb239
.github/workflows/rust.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
34
# Note that glob pattern is not supported yet.
35
- bin: server-bot-rust
+ bin: discord_bot
36
# (optional) On which platform to distribute the `.tar.gz` file.
37
# [default value: unix]
38
# [possible values: all, unix, windows, none]
0 commit comments