Skip to content

Commit

Permalink
Fixed release publish yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham149 committed Mar 23, 2023
1 parent 48d64b6 commit f04fd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ steps:
- GOOS=linux GOARCH=amd64 go build -ldflags "-s -w -X main.version=${DRONE_TAG##v}" -o release/plugin-linux-amd64
- GOOS=linux GOARCH=arm64 go build -ldflags "-s -w -X main.version=${DRONE_TAG##v}" -o release/plugin-linux-arm64
- GOOS=darwin GOARCH=arm64 go build -ldflags "-s -w -X main.version=${DRONE_TAG##v}" -o release/plugin-darwin-arm64
- GOOS=windows GOARCH=amd64 go build -ldflags "-s -w -X main.version=${DRONE_TAG##v}" -o release/plugin-windows-amd64.exe
- GOOS=windows GOARCH=amd64 go build -ldflags "-s -w -X main.version=${DRONE_TAG##v}" -o release/plugin-windows-amd64

- name: zstd-compress
commands:
Expand All @@ -509,7 +509,7 @@ steps:
- zstd release/plugin-linux-amd64
- zstd release/plugin-linux-arm64
- zstd release/plugin-darwin-arm64
- zstd release/plugin-windows-amd64.exe
- zstd release/plugin-windows-amd64

- name: release
image: plugins/github-release
Expand Down

0 comments on commit f04fd9a

Please sign in to comment.