Skip to content

Commit 5badff1

Browse files
Update Release process instructions
1 parent eda2be5 commit 5badff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/docs/Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ git push --tags
108108

109109
```sh
110110
mkdir -p ./release
111-
git archive --format zip --output ./release/cln-application-${VERSION}.zip main
111+
git archive --format zip --prefix=cln-application-${VERSION}/ --output ./release/cln-application-${VERSION}.zip main
112112
cd release
113113
sha256sum cln* > SHA256SUMS
114114
gpg -sb --armor -o SHA256SUMS.asc SHA256SUMS

0 commit comments

Comments
 (0)