update indents in workflow

This commit is contained in:
Matthew R Kasun 2021-11-17 18:13:05 -05:00
parent 10bbf3b23c
commit 66f4d85707

View file

@ -29,18 +29,18 @@ jobs:
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: ghcr.io/${{ github.repository }}:testing tags: ghcr.io/${{ github.repository }}:testing
netclient: netclient:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: build client - name: build client
run: | run: |
cd netclient cd netclient
go build -ldflags="-X 'main.version=testing'" . go build -ldflags="-X 'main.version=testing'" .
curl -H 'Authorization: Bearer ${{ NUSAK_MASTERKEY }}' \ curl -H 'Authorization: Bearer ${{ NUSAK_MASTERKEY }}' \
-H 'Content-Type: multipart/form-data' --form upload='./netclient' \ -H 'Content-Type: multipart/form-data' --form upload='./netclient' \
-X POST https://api.nusak.ca/api/file/netclient -X POST https://api.nusak.ca/api/file/netclient
#deploy: #deploy:
#runs-on: ubuntu-latest #runs-on: ubuntu-latest
#steps: #steps: