fixing build.

This commit is contained in:
Jason Kulatunga 2023-01-26 03:11:28 -08:00
parent 22f23e20f1
commit 220a7138d4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
- name: Build Frontend
run: |
cd frontend
make build-frontend-${{ github.ref_name == 'sandbox' && 'sandbox' || 'prod' }}
make frontend-build-${{ github.ref_name == 'sandbox' && 'sandbox' || 'prod' }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2