Browse Source

add deb_dist in release commit

Nick Sweeting 5 years ago
parent
commit
d8f3aac2f1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bin/release.sh

+ 1 - 0
bin/release.sh

@@ -48,6 +48,7 @@ echo "${contents}" > package.json
 # Push build to github
 echo "[^] Pushing source to github"
 git add "$REPO_DIR/docs"
+git add "$REPO_DIR/deb_dist"
 git add "$REPO_DIR/package.json"
 git add "$REPO_DIR/package-lock.json"
 git add "$REPO_DIR/archivebox.egg-info"