From 819f4c1fe2f6b5e3a732928586de9129c6d13fc7 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 27 Aug 2019 12:00:15 +0100 Subject: [PATCH] Update aspnetcore.yml --- .github/workflows/aspnetcore.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aspnetcore.yml b/.github/workflows/aspnetcore.yml index 6924c4a1b..0d762e2cd 100644 --- a/.github/workflows/aspnetcore.yml +++ b/.github/workflows/aspnetcore.yml @@ -17,8 +17,8 @@ jobs: - name: Build Backend run: dotnet build src/Ombi.sln --configuration Release - - name: Install Yarn - uses: nuxt/actions-yarn@master + - name: Install Yarn + uses: nuxt/actions-yarn@master - - name: Build Frontend - run: yarn --cdw src/Ombi/ build + - name: Build Frontend + run: yarn --cdw src/Ombi/ build