Skip to content

Commit

Permalink
fix: give bin name
Browse files Browse the repository at this point in the history
  • Loading branch information
illiteratewriter committed Oct 25, 2024
1 parent ab06fd5 commit 2f8bf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
# Note that glob pattern is not supported yet.
bin: ...
bin: todoist
# (optional) Target triple, default is host triple.
# This is optional but it is recommended that this always be set to
# clarify which target you are building for if macOS is included in
Expand Down

0 comments on commit 2f8bf80

Please sign in to comment.