We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b155b commit 3be6276Copy full SHA for 3be6276
2 files changed
.gitignore
@@ -1 +1,2 @@
1
/target
2
+/release/
release.sh
@@ -21,7 +21,7 @@ cp ./fork_notes.desktop "${NEWPATH}/fork_notes.desktop" &&\
21
cp ./install.sh "${NEWPATH}/install.sh" &&\
22
(
23
cd "${RELEASE_DIR}"
24
- zip -r "../${TAG}.zip" "${TAG}"
+ zip -r "${TAG}.zip" "${TAG}"
25
)
26
27
rm -rf "${NEWPATH}"
0 commit comments