Skip to content

Commit

Permalink
chore(ci): fix relese ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Jan 2, 2024
1 parent 6464bcc commit 67b3982
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
CRATE_NAME: quicssh
CRATE_NAME: quicssh-rs
GITHUB_TOKEN: ${{ github.token }}
RUST_BACKTRACE: 1

Expand All @@ -29,37 +29,37 @@ jobs:
- os_name: FreeBSD-x86_64
os: ubuntu-20.04
target: x86_64-unknown-freebsd
bin: quicssh
bin: quicssh-rs
name: quicssh-FreeBSD-x86_64.tar.gz
- os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
bin: quicssh
bin: quicssh-rs
name: quicssh-Linux-x86_64-musl.tar.gz
- os_name: Linux-aarch64
os: ubuntu-20.04
target: aarch64-unknown-linux-musl
bin: quicssh
bin: quicssh-rs
name: quicssh-Linux-aarch64-musl.tar.gz
- os_name: Linux-arm
os: ubuntu-20.04
target: arm-unknown-linux-musleabi
bin: quicssh
bin: quicssh-rs
name: quicssh-Linux-arm-musl.tar.gz
- os_name: Linux-i686
os: ubuntu-20.04
target: i686-unknown-linux-musl
bin: quicssh
bin: quicssh-rs
name: quicssh-Linux-i686-musl.tar.gz
- os_name: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
bin: quicssh
bin: quicssh-rs
name: quicssh-Darwin-x86_64.tar.gz
- os_name: macOS-aarch64
os: macOS-latest
target: aarch64-apple-darwin
bin: quicssh
bin: quicssh-rs
name: quicssh-Darwin-aarch64.tar.gz
toolchain:
- stable
Expand Down

0 comments on commit 67b3982

Please sign in to comment.