mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Fix dist manifest
This commit is contained in:
parent
4497aaf515
commit
62af5dd868
1 changed files with 0 additions and 1 deletions
1
.github/workflows/dist-manifest.jq
vendored
1
.github/workflows/dist-manifest.jq
vendored
|
@ -4,7 +4,6 @@
|
|||
app_name: "watchexec",
|
||||
app_version: $version,
|
||||
changelog_title: "CLI \($version)",
|
||||
changelog_body: $changelog,
|
||||
artifacts: [ $files | split("\n") | .[] | {
|
||||
name: .,
|
||||
kind: (if (. | test("[.](deb|rpm)$")) then "installer" else "executable-zip" end),
|
||||
|
|
Loading…
Reference in a new issue