Skip to content

Commit d4c1c64

Browse files
Adam GibsonAdam Gibson
Adam Gibson
authored and
Adam Gibson
committed
fix release yaml 1
1 parent bf4c6a3 commit d4c1c64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/binaries.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,17 @@ jobs:
2626
- ubuntu-latest
2727
- macos-latest
2828
- windows-latest
29+
bin:
30+
- autct
31+
- auditverifier
2932
runs-on: ${{ matrix.os }}
3033
steps:
3134
- uses: actions/checkout@v4
3235
- uses: taiki-e/upload-rust-binary-action@v1
3336
with:
3437
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
3538
# Note that glob pattern is not supported yet.
36-
bin: autct, auditverifier
39+
bin: ${{ matrix.bin }}
3740
# (optional) On which platform to distribute the `.tar.gz` file.
3841
# [default value: unix]
3942
# [possible values: all, unix, windows, none]

0 commit comments

Comments
 (0)