Skip to content

Commit

Permalink
chore(ci): add relese ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Jan 2, 2024
1 parent 04ef56a commit 781683b
Showing 1 changed file with 0 additions and 58 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
target: x86_64-unknown-freebsd
bin: quicssh
name: quicssh-FreeBSD-x86_64.tar.gz
skip_tests: true
- os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
Expand All @@ -52,59 +51,6 @@ jobs:
target: i686-unknown-linux-musl
bin: quicssh
name: quicssh-Linux-i686-musl.tar.gz
skip_tests: true
- os_name: Linux-powerpc
os: ubuntu-20.04
target: powerpc-unknown-linux-gnu
bin: quicssh
name: quicssh-Linux-powerpc-gnu.tar.gz
skip_tests: true
- os_name: Linux-powerpc64
os: ubuntu-20.04
target: powerpc64-unknown-linux-gnu
bin: quicssh
name: quicssh-Linux-powerpc64-gnu.tar.gz
skip_tests: true
- os_name: Linux-powerpc64le
os: ubuntu-20.04
target: powerpc64le-unknown-linux-gnu
bin: quicssh
name: quicssh-Linux-powerpc64le.tar.gz
skip_tests: true
- os_name: Linux-riscv64
os: ubuntu-20.04
target: riscv64gc-unknown-linux-gnu
bin: quicssh
name: quicssh-Linux-riscv64gc-gnu.tar.gz
- os_name: Linux-s390x
os: ubuntu-20.04
target: s390x-unknown-linux-gnu
bin: quicssh
name: quicssh-Linux-s390x-gnu.tar.gz
skip_tests: true
- os_name: NetBSD-x86_64
os: ubuntu-20.04
target: x86_64-unknown-netbsd
bin: quicssh
name: quicssh-NetBSD-x86_64.tar.gz
skip_tests: true
- os_name: Windows-aarch64
os: windows-latest
target: aarch64-pc-windows-msvc
bin: quicssh.exe
name: quicssh-Windows-aarch64.zip
skip_tests: true
- os_name: Windows-i686
os: windows-latest
target: i686-pc-windows-msvc
bin: quicssh.exe
name: quicssh-Windows-i686.zip
skip_tests: true
- os_name: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
bin: quicssh.exe
name: quicssh-Windows-x86_64.zip
- os_name: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
Expand All @@ -115,11 +61,8 @@ jobs:
target: aarch64-apple-darwin
bin: quicssh
name: quicssh-Darwin-aarch64.tar.gz
skip_tests: true
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v3
- name: Cache cargo & target directories
Expand Down Expand Up @@ -167,5 +110,4 @@ jobs:
with:
draft: true
files: "quicssh-*"
body_path: Changes.md
if: matrix.toolchain == 'stable' && startsWith( github.ref, 'refs/tags/v' )

0 comments on commit 781683b

Please sign in to comment.