Skip to content

Commit

Permalink
Rename release tar.gz file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinocis committed Jan 19, 2025
1 parent c72056d commit 2ffba76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ builds:
- wasm
tool: "tinygo"
hooks:
pre:
pre:
- mkdir -p {{ dir .Path }}
binary: numscript
ldflags:
Expand All @@ -32,7 +32,7 @@ builds:
archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: '{{ .ProjectName }}_{{ .Version }}_{{- title .Os }}_{{ .Arch }}{{- if .Arm }}v{{ .Arm }}{{ end }}'
name_template: "{{ .ProjectName }}_{{ .Version }}"
# use zip for windows archives
format_overrides:
- goos: windows
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ go 1.22.1

require (
github.com/Jeffail/gabs/v2 v2.7.0
github.com/PagoPlus/numscriptex v0.0.0-20241202135701-b8e89d0f3967
github.com/gkampitakis/go-snaps v0.5.4
)

require github.com/gorilla/websocket v1.5.0 // indirect

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
github.com/Jeffail/gabs/v2 v2.7.0 h1:Y2edYaTcE8ZpRsR2AtmPu5xQdFDIthFG0jYhu5PY8kg=
github.com/Jeffail/gabs/v2 v2.7.0/go.mod h1:dp5ocw1FvBBQYssgHsG7I1WYsiLRtkUaB1FEtSwvNUw=
github.com/PagoPlus/numscriptex v0.0.0-20241202135701-b8e89d0f3967 h1:iuQUuW29c6uoGAqp+E00theAYKHr6HcCYIdk5vBEIkM=
github.com/PagoPlus/numscriptex v0.0.0-20241202135701-b8e89d0f3967/go.mod h1:Y+ymNQhXxoeBhueWQOpePyYrPUff0CgNpgbv5LVmI0w=
github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ=
github.com/antlr4-go/antlr/v4 v4.13.1/go.mod h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
Expand Down

0 comments on commit 2ffba76

Please sign in to comment.