Skip to content

Commit

Permalink
[action] goreleaser official releases fixing links
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Sep 11, 2021
1 parent 16e1e37 commit b12db5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Expand Up @@ -124,11 +124,11 @@ release:
#### Linux
- 馃摝 [step_linux_{{ .Version }}_amd64.tar.gz](https://dl.step.sm/cli/{{ .Tag }}/step_linux_{{ .Version }}_amd64.tar.gz)
- 馃摝 [step-cli_{{ .Env.DEB_VERSION }}_amd64.deb](https://dl.step.sm/cli/{{ .Tag }}/step-cli{{ .Env.DEB_VERSION }}_amd64.deb)
- 馃摝 [step-cli_{{ .Env.DEB_VERSION }}_amd64.deb](https://dl.step.sm/cli/{{ .Tag }}/step-cli_{{ .Env.DEB_VERSION }}_amd64.deb)
#### OSX Darwin
- 馃摝 [step_darwin_{{ .Version }}_amd64.tar.gz](https://dl.step.sm/cli/{{ .Tag }}/step_darwin_{{ .Version }}_amd64.deb)
- 馃摝 [step_darwin_{{ .Version }}_amd64.tar.gz](https://dl.step.sm/cli/{{ .Tag }}/step_darwin_{{ .Version }}_amd64.tar.gz)
- 馃摝 [step_darwin_{{ .Version }}_arm64.tar.gz](https://dl.step.sm/cli/{{ .Tag }}/step_darwin_{{ .Version }}_arm64.tar.gz)
#### Windows
Expand Down

0 comments on commit b12db5e

Please sign in to comment.