Skip to content

Commit

Permalink
comment out file command in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Jan 30, 2022
1 parent 8aae91d commit 2e46b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
mkdir ./dist/
mkdir ./dist/${{ matrix.target }}/
go build -ldflags="-s -w -X 'main.version=${{ steps.get_tag_version.outputs.TAG_VERSION }}' -X 'main.commit=${{ github.sha }}' -X 'main.date=${{ steps.current-time.outputs.time }}'" -o ./dist/${{ matrix.target }}/ ./cmd/ghz/...
file ./dist/${{ matrix.target }}/ghz | grep -F ', statically linked,'
# file ./dist/${{ matrix.target }}/ghz | grep -F ', statically linked,'
- name: Build ghz-web
env:
Expand Down

0 comments on commit 2e46b67

Please sign in to comment.