mirror of
https://github.com/daylinmorgan/tsm.git
synced 2025-02-02 10:14:19 -06:00
fix forge flags
This commit is contained in:
parent
7893af6a7d
commit
c2ca0c6ffb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ task debugSelect, "debug select":
|
|||
|
||||
task release, "build release assets w/forge":
|
||||
version = (gorgeEx "git describe --tags --always --match 'v*'").output
|
||||
exec &"forge release -v {version} -V"
|
||||
exec &"forge release -v --version {version}"
|
||||
|
||||
task bundle, "package forge build assets":
|
||||
withDir "dist":
|
||||
|
|
Loading…
Reference in a new issue