From 3a5b3a2fc85855b3b458f25692aba5323d47dafa Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Mon, 22 Apr 2024 03:11:40 +0100 Subject: Revamp release job --- .github/workflows/build.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/workflows/build.yml (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 0220563..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Build -on: - push: - tags: - - '*' -jobs: - build: - strategy: - fail-fast: false - matrix: - os: - - ubuntu-latest - - macos-latest - - windows-latest - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@master - with: - toolchain: stable - - uses: Swatinem/rust-cache@v2 - - run: cargo build --release - - if: matrix.os == 'windows-latest' - uses: actions/upload-artifact@v3 - with: - path: target/release/sentrum.exe - name: sentrum.exe - - if: matrix.os == 'ubuntu-latest' - uses: actions/upload-artifact@v3 - with: - path: target/release/sentrum* - name: sentrum_linux - - if: matrix.os == 'macos-latest' - uses: actions/upload-artifact@v3 - with: - path: target/release/sentrum* - name: sentrum_macos -- cgit v1.2.3-70-g09d2