diff --git a/.goreleaser.yaml b/.goreleaser.yaml index a9e1a88..b385b6a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -27,6 +27,13 @@ archives: files: - pj-skill.md +release: + # Upload pj-skill.md as a standalone release asset (in addition to the copy + # inside each archive) so the documented URL works: + # https://github.com/kevdoran/projector/releases/latest/download/pj-skill.md + extra_files: + - glob: ./pj-skill.md + notarize: macos: - enabled: '{{ isEnvSet "MACOS_SIGN_P12" }}'