Skip to content

Commit

Permalink
Fix scoop archive reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Jun 15, 2023
1 parent 4aadcc9 commit 501ce37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ release:
# - glob: ./glob/foo/to/bar/file/foobar/override_from_previous

scoops:
-
- ids: [ default ]
# Template for the url which is determined by the given Token (github or gitlab)
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
# Default for gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}"
Expand Down

0 comments on commit 501ce37

Please sign in to comment.