Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 2b5ec23

Browse files
authored
Fixes release.yml
1 parent 65b4cbb commit 2b5ec23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
4343
# Note that glob pattern is not supported yet.
44-
bin: ...
44+
bin: trustier
4545
# (optional) Target triple, default is host triple.
4646
# This is optional but it is recommended that this always be set to
4747
# clarify which target you are building for if macOS is included in

0 commit comments

Comments
 (0)