chore: fix yaml indentation

This commit is contained in:
Lakhan Samani 2022-11-09 03:52:47 +05:30
parent e171820614
commit 024ffd85f3

View File

@ -68,7 +68,7 @@ jobs:
make clean && \ make clean && \
CGO_ENABLED=1 make && \ CGO_ENABLED=1 make && \
tar cvfz authorizer-${VERSION}-linux-amd64.tar.gz .env app/build build templates dashboard/build tar cvfz authorizer-${VERSION}-linux-amd64.tar.gz .env app/build build templates dashboard/build
- name: Build package - name: Build package
run: | run: |
make clean && \ make clean && \
make build && \ make build && \