Skip to content

Commit

Permalink
fixing build.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jan 26, 2023
1 parent 22f23e2 commit 220a713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 220a713

Please sign in to comment.