From 158c24fa5fa2a63c95a75d943aac6e7eea8c2e07 Mon Sep 17 00:00:00 2001 From: blelump Date: Mon, 21 Oct 2024 11:23:36 +0200 Subject: [PATCH] chore: customize name for pkg --- .github/workflows/publikigo.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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