1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: fix description of AUR directory parameter (#4581)

This commit is contained in:
Jo 2024-01-27 19:49:36 +08:00 committed by GitHub
parent a0ead03ef5
commit c8c7e3e78a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,7 +162,7 @@ aurs:
# Default: .
# Templates: allowed
# Since: v1.23
url_template: "http://github.mycompany.com/foo/bar/releases/{{ .Tag }}/{{ .ArtifactName }}"
directory: "."
```
!!! tip