fixing build.
This commit is contained in:
parent
22f23e20f1
commit
220a7138d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue