Skip to content

Commit

Permalink
ci: adjust files to be checksumed (#2250)
Browse files Browse the repository at this point in the history
Signed-off-by: Mercurio <signormercurio@gmail.com>

Signed-off-by: Mercurio <signormercurio@gmail.com>
  • Loading branch information
SignorMercurio committed Dec 12, 2022
1 parent 0c5cc7b commit 8e5b12c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
goreleaser:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,14 @@ publishers:
cmd: |
curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/{{ .Env.USERNAME }}/
archives:
- id: archive

checksum:
name_template: "{{ .ProjectName }}_checksums.txt"
algorithm: sha256
ids:
- archive

snapshot:
name_template: "{{ .Tag }}-next"

0 comments on commit 8e5b12c

Please sign in to comment.