Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pdbogen committed Aug 18, 2020
1 parent a9c3d9f commit 52b0411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go generate ./...
arch=${{matrix.arch}}
export GOOS=${arch%%_*} GOARCH=${arch##*_} GOARM=5
go build -o unifi2mqtt.$arch -v --ldflags="-s -X'main.version=${{ github.ref }}'" .
go build -o unifi2mqtt.$arch -v --ldflags="-s -X 'main.version=${{ github.ref }}'" .
- name: upload-artifact unifi2mqtt
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 52b0411

Please sign in to comment.