From 512f3fce0f6743f59b9e43e0d8b97bb4e4cc08b9 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Fri, 5 Jul 2024 16:56:58 +0100 Subject: [PATCH] fix(ci): only remove what's not actually used --- .github/workflows/build.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66196ff..c1ccced 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,21 +67,9 @@ jobs: - name: Display asset index run: cat assetindex.json - - name: Build with cargo - uses: actions-rs/cargo@v1 - with: - command: build - args: --release - - name: Build with cross (aarch64-unknown-linux-musl) run: cross build --release --target aarch64-unknown-linux-musl - - name: Upload artifacts (x64) - uses: actions/upload-artifact@v2 - with: - name: website-x64 - path: target/release/website - - name: Upload artifacts (arm64) uses: actions/upload-artifact@v2 with: