Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
xEricL committed Apr 9, 2024
1 parent 58b3fba commit f896382
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ jobs:
echo "FLAGS=${FLAGS}" >> $GITHUB_ENV
echo "LDFLAGS=${LDFLAGS}" >> $GITHUB_ENV
- name: Build project
run: >-
env
CGO_ENABLED=0
GOARCH="${{ matrix.arch }}"
go build
-o bin/pinnacle
${FLAGS} -ldflags="${LDFLAGS}"
pinnacle/src
- name: Build project
run: >-
env
CGO_ENABLED=0
GOARCH="${{ matrix.arch }}"
go build
-o bin/pinnacle
${FLAGS} -ldflags="${LDFLAGS}"
pinnacle/src
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f896382

Please sign in to comment.