From f6e7db84392c1157a3243217819c4e25cfbfb07f Mon Sep 17 00:00:00 2001 From: trivernis Date: Wed, 11 Nov 2020 17:27:37 +0100 Subject: [PATCH] Fix indentation errors Signed-off-by: trivernis --- .github/workflows/rust.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4cf15f4..657b8d1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -60,12 +60,12 @@ jobs: ${{ runner.os }}-cargo- - name: Build Release uses: actions-rs/cargo@v1 - with: - use-cross: true - command: build - args: --release --target ${{ matrix.target }} + with: + use-cross: true + command: build + args: --release --target ${{ matrix.target }} - name: Upload artifacts uses: actions/upload-artifact@v2 - with: - name: snekcloud-server-${{ matrix.target }} - path: target/${{ matrix.target }}/snekcloud-server \ No newline at end of file + with: + name: snekcloud-server-${{ matrix.target }} + path: target/${{ matrix.target }}/snekcloud-server \ No newline at end of file