Skip to content

Commit

Permalink
ci: update release archive name, remove nested dir
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Sep 13, 2024
1 parent d0deac5 commit c5c1999
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
- name: setup release environment
run: |-
echo 'GITHUB_TOKEN=${{secrets.GITHUB_TOKEN}}' > .release-env
- name: release publish
run: make release
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_name: Cosmos Relayer
project_name: go-relayer

builds:
- id: darwin-amd64
Expand Down Expand Up @@ -65,9 +65,9 @@ archives:
- darwin-arm64
- linux-amd64
- linux-arm64
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
name_template: '{{ .ProjectName }}_{{- title .Os }}_{{ .Arch }}'
format: tar.gz
wrap_in_directory: true
wrap_in_directory: false

checksum:
name_template: SHA256SUMS-{{.Version}}.txt
Expand Down

0 comments on commit c5c1999

Please sign in to comment.