Skip to content

Commit

Permalink
Update build-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erkexzcx authored Oct 11, 2023
1 parent c6e0bd2 commit 2a42cd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
go build -ldflags "-w -s -X main.version=$version -extldflags \"-static\"" -o "$filename" cmd/$reponame/main.go
echo "$filename"
ls -l $filename
echo "FILENAME=$filename" >> $GITHUB_ENV
- name: Compress binary
Expand Down

0 comments on commit 2a42cd0

Please sign in to comment.