Jeff Lanzarotta преди 1 година
родител
ревизия
d9905ad260
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 4 1
      release.bat

+ 4 - 1
release.bat

@@ -8,7 +8,10 @@ set /p "GH_TOKEN=" <GITHUB_TOKEN
 git tag -a %1 -m "Release %1."
 git push origin %1
 
-gh release create %1 --notes-from-tag
+7z a bufexplorer-%1.zip plugin\bufexplorer.vim doc\bufexplorer.txt
+gh release create %1 --notes-from-tag bufexplorer-%1.zip
+
+::gh release create %1 --notes-from-tag
 
 goto :done