Skip to content

Commit

Permalink
fix release yaml 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gibson authored and Adam Gibson committed Sep 26, 2024
1 parent bf4c6a3 commit d4c1c64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
bin:
- autct
- auditverifier
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: taiki-e/upload-rust-binary-action@v1
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: autct, auditverifier
bin: ${{ matrix.bin }}
# (optional) On which platform to distribute the `.tar.gz` file.
# [default value: unix]
# [possible values: all, unix, windows, none]
Expand Down

0 comments on commit d4c1c64

Please sign in to comment.