From 1246556878df9223d86f3ec67b6f34dff5deb5f6 Mon Sep 17 00:00:00 2001 From: Jikoo Date: Wed, 25 Nov 2020 14:51:23 -0500 Subject: [PATCH] Fix indentation --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dca2ce..31ad894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,15 +48,15 @@ jobs: - name: Upload Distributable Jar id: upload-final uses: actions/upload-artifact@v2 - with: - name: dist - path: ./target/OpenInv.jar + with: + name: dist + path: ./target/OpenInv.jar - name: Upload API Jar id: upload-api uses: actions/upload-artifact@v2 - with: - name: api - path: ./api/target/openinvapi*.jar + with: + name: api + path: ./api/target/openinvapi*.jar release: name: Create Github Release