From 3f3a00e457c0acdf22a1366fb21d630b3f27c5c3 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Thu, 25 Jun 2020 18:44:10 +0200 Subject: [PATCH] Correct ASF-ui deploy type for github actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 112a0daa9..1d08b3e10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: run: npm ci --no-progress --prefix ASF-ui - name: Build ASF-ui - run: npm run-script build:ci --no-progress --prefix ASF-ui + run: npm run-script deploy --no-progress --prefix ASF-ui - name: Build ArchiSteamFarm run: dotnet build ArchiSteamFarm -c "${{ env.CONFIGURATION }}" -p:UseAppHost=false --nologo