Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
sst name
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Nov 16, 2023
1 parent fcc7156 commit a37dbcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ builds:
- linux
- windows
- darwin
main: ./cmd/ion
main: ./cmd/sst

archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
ion-
sst-
{{- title .Os }}-
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down
File renamed without changes.

0 comments on commit a37dbcf

Please sign in to comment.