diff --git a/.github/workflows/publikigo.yml b/.github/workflows/publikigo.yml index 9af69c2..86e83a2 100644 --- a/.github/workflows/publikigo.yml +++ b/.github/workflows/publikigo.yml @@ -25,15 +25,20 @@ jobs: strategy: matrix: os: - - ubuntu-latest - - ubuntu-20.04 - - macos-latest - - windows-latest + - os: ubuntu-latest + archive-suffix: "ubuntu-latest" + - os: ubuntu-20.04 + archive-suffix: "ubuntu-20.04" + - os: macos-latest + archive-suffix: "" + - os: windows-latest + archive-suffix: "" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - uses: taiki-e/upload-rust-binary-action@v1 with: + archive: $bin-$target${{ matrix.archive-suffix }} # (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: oca