Fix dist-manifest gen (#554)

This commit is contained in:
Félix Saparelli 2023-03-22 17:26:15 +13:00 committed by GitHub
parent 955562062f
commit 7330827db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -279,7 +279,7 @@ jobs:
watchexec-*.rpm
watchexec-*.zip
sign:
upload:
needs: [build, info]
name: Checksum and publish
@ -302,7 +302,7 @@ jobs:
jq -ncf .github/workflows/dist-manifest.jq \
--arg version "{{ needs.info.outputs.cli_version }}" \
--arg changelog "{{ needs.info.outputs.release_notes }}" \
--arg files "$(ls watchexec-*)"
--arg files "$(ls watchexec-*)" \
> dist-manifest.json
- name: Bulk checksums