Fix indentation errors

Signed-off-by: trivernis <trivernis@protonmail.com>
actions
trivernis 4 years ago
parent f4153d9cef
commit f6e7db8439
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -60,12 +60,12 @@ jobs:
${{ runner.os }}-cargo- ${{ runner.os }}-cargo-
- name: Build Release - name: Build Release
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
use-cross: true use-cross: true
command: build command: build
args: --release --target ${{ matrix.target }} args: --release --target ${{ matrix.target }}
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: snekcloud-server-${{ matrix.target }} name: snekcloud-server-${{ matrix.target }}
path: target/${{ matrix.target }}/snekcloud-server path: target/${{ matrix.target }}/snekcloud-server
Loading…
Cancel
Save