fixing make location.
This commit is contained in:
parent
220a7138d4
commit
eebab3d510
|
@ -30,7 +30,6 @@ jobs:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
- name: Build Frontend
|
- name: Build Frontend
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
|
||||||
make frontend-build-${{ github.ref_name == 'sandbox' && 'sandbox' || 'prod' }}
|
make frontend-build-${{ github.ref_name == 'sandbox' && 'sandbox' || 'prod' }}
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
|
|
Loading…
Reference in New Issue