From 2ae06525154389b9946d833db078bb262ed5312e Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Sun, 10 Jan 2021 20:00:11 +0100 Subject: [PATCH] fix script name --- .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 f0df7e608..ce5117256 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: with: node-version: '15' - name: build - run: ./build-frontend.sh + run: ./compile-frontend.sh - uses: actions/upload-artifact@v2 with: name: frontend-compiled