Skip to content

Commit

Permalink
Refining release process
Browse files Browse the repository at this point in the history
  • Loading branch information
atdixon committed Dec 22, 2022
1 parent 7fec27f commit 99fbbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ mv target/me.untethr.nostr-relay.jar \

git checkout -- src/me/untethr/nostr/version.clj

tar -czvf "target/me.untethr.nostr-relay-${VERSION}.tar.gz" conf/* -C target "target/me.untethr.nostr-relay-${VERSION}.jar"
tar -czvf "target/me.untethr.nostr-relay-${VERSION}.tar.gz" conf/* -C target "me.untethr.nostr-relay-${VERSION}.jar"

0 comments on commit 99fbbc4

Please sign in to comment.