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