diff --git a/.github/workflows/binaries.yaml b/.github/workflows/binaries.yaml index 32069f6..41839e9 100644 --- a/.github/workflows/binaries.yaml +++ b/.github/workflows/binaries.yaml @@ -26,6 +26,9 @@ jobs: - ubuntu-latest - macos-latest - windows-latest + bin: + - autct + - auditverifier runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -33,7 +36,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: autct, auditverifier + bin: ${{ matrix.bin }} # (optional) On which platform to distribute the `.tar.gz` file. # [default value: unix] # [possible values: all, unix, windows, none]