Skip to content

Commit 3be6276

Browse files
committed
build: Streamline release packaging and ignore artifacts
1 parent 47b155b commit 3be6276

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
/release/

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cp ./fork_notes.desktop "${NEWPATH}/fork_notes.desktop" &&\
2121
cp ./install.sh "${NEWPATH}/install.sh" &&\
2222
(
2323
cd "${RELEASE_DIR}"
24-
zip -r "../${TAG}.zip" "${TAG}"
24+
zip -r "${TAG}.zip" "${TAG}"
2525
)
2626

2727
rm -rf "${NEWPATH}"

0 commit comments

Comments
 (0)