Skip to content

Commit

Permalink
chore: customize name for pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
blelump committed Oct 21, 2024
1 parent 8826c37 commit 158c24f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/publikigo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 158c24f

Please sign in to comment.