From d3a0a7965b581769e48802b2c4b439dee39e3858 Mon Sep 17 00:00:00 2001 From: okaneco <47607823+okaneco@users.noreply.github.com> Date: Sun, 23 Jul 2023 11:59:20 -0400 Subject: [PATCH] Update GH Action CD workflow --- .github/workflows/rust-cd.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust-cd.yml b/.github/workflows/rust-cd.yml index 7af8134..b7c903c 100644 --- a/.github/workflows/rust-cd.yml +++ b/.github/workflows/rust-cd.yml @@ -29,12 +29,9 @@ jobs: binary-postfix: ".exe" steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Cargo build - uses: dtolnay/rust-toolchain@stable - run: cargo build -v --release --target ${{ matrix.platform.target }} + - uses: actions/checkout@v3 + - uses: dtolnay/rust-toolchain@stable + - run: cargo build -v --release --target ${{ matrix.platform.target }} - name: Package final binary shell: bash