Skip to content

Commit

Permalink
Fixing Actions formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyr committed Apr 20, 2021
1 parent afaf083 commit fb24d04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
GOARM="${{ matrix.arm }}"
CGO_ENABLED=0
go build
-ldflags='-s -w -X github.com/jtyr/gcapi/pkg/version.Version=${{ steps.tag.outputs.tag_name }}'
-o /tmp/files/gcapi-cli-${{ steps.tag.outputs.tag_name }}-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.arm }}${{ matrix.extension }}
./main.go
-ldflags='-s -w -X github.com/jtyr/gcapi/pkg/version.Version=${{ steps.tag.outputs.tag_name }}'
-o /tmp/files/gcapi-cli-${{ steps.tag.outputs.tag_name }}-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.arm }}${{ matrix.extension }}
./main.go
- name: Create checksums file
run: |
Expand Down

0 comments on commit fb24d04

Please sign in to comment.