Skip to content

Commit

Permalink
ci: update ci artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Sep 13, 2024
1 parent 31cabf0 commit 11dea30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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
8 changes: 4 additions & 4 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,14 +65,14 @@ 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
algorithm: sha256

release:
prerelease: auto
draft: true
draft: true

0 comments on commit 11dea30

Please sign in to comment.