Skip to content

Commit

Permalink
fix: disable rlpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Jul 22, 2024
1 parent 724add4 commit 7c043af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json

version: 2

project_name: alita_robot
Expand Down Expand Up @@ -42,8 +44,8 @@ builds:
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{ .CommitDate }}

archives:
- rlcp: true
name_template: >-
# - rlcp: true
- name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- if eq .Os "darwin" }}macOS
Expand Down

0 comments on commit 7c043af

Please sign in to comment.