From d1c47e04974615ffc3160084b0ebe00a07b5e984 Mon Sep 17 00:00:00 2001 From: Bigo <1781140+crisidev@users.noreply.github.com> Date: Fri, 17 May 2024 17:30:24 -0700 Subject: [PATCH] Simplify CI --- .github/workflows/release.yml | 33 --------------------------------- README.md | 1 - 2 files changed, 34 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 57146ee..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: release - -on: - push: - # Sequence of patterns matched against refs/tags - tags: - - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 - -env: - CARGO_TERM_COLOR: always - RUST_BACKTRACE: 1 - -jobs: - release: - name: release ${{ matrix.target }} - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - include: - - target: x86_64-pc-windows-gnu - archive: zip - - target: x86_64-unknown-linux-musl - archive: tar.gz - steps: - - uses: actions/checkout@master - - name: Compile and release - uses: rust-build/rust-build.action@v1.4.5 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - RUSTTARGET: ${{ matrix.target }} - ARCHIVE_TYPES: ${{ matrix.archive }} diff --git a/README.md b/README.md index 9e9feec..52f668b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # 🐽 Bacon Language Server 🐽 -[![Release](https://img.shields.io/github/actions/workflow/status/crisidev/bacon-ls/release.yml?style=for-the-badge)](https://github.com/crisidev/bacon-ls/actions?query=workflow%3Arelease) [![Ci](https://img.shields.io/github/actions/workflow/status/crisidev/bacon-ls/test.yml?style=for-the-badge)](https://github.com/crisidev/bacon-ls/actions?query=workflow%3Atest) [![Crates.io](https://img.shields.io/crates/v/bacon-ls?style=for-the-badge)](https://crates.io/crates/bacon-ls) [![License](https://img.shields.io/badge/license-MIT-blue?style=for-the-badge)](https://github.com/crisidev/bacon-ls/blob/main/LICENSE)