Skip to content

Commit a1ee7f9

Browse files
authored
ci: include compiled archives in snapshot build releases (#6)
1 parent f2f33c4 commit a1ee7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ jobs:
151151
- run:
152152
name: Run GoReleaser. Without actually publishing.
153153
command: |
154-
export LDFLAGS="-s -w -X 'github.com/slackapi/slack-cli/internal/pkg/version.Version=$BUILD_VERSION'"
155-
make build-snapshot
154+
LDFLAGS="-s -w -X 'github.com/slackapi/slack-cli/internal/pkg/version.Version=$BUILD_VERSION'"
155+
make LDFLAGS="$LDFLAGS" build-snapshot
156156
- run:
157157
name: Show binaries are generated correctly
158158
command: ls -R ./dist

0 commit comments

Comments
 (0)