Skip to content

Commit

Permalink
chore: update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rayanebel committed Jan 8, 2025
1 parent d47183d commit 32dfdc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
GOARCH=$ARCH_NAME \
go build -ldflags="-s -w" -o dist/${OUTPUT_FILE} cmd/watcher/main.go
fi
tar -czvf dist/${OUTPUT_FILE}.tar.gz -C dist/ ${OUTPUT_FILE}
- name: List dist directory
run: ls -la dist/
Expand Down

0 comments on commit 32dfdc3

Please sign in to comment.