Skip to content

Commit

Permalink
in case pipeline broken, push directly with bat
Browse files Browse the repository at this point in the history
  • Loading branch information
aisnote committed Jun 2, 2022
1 parent 51003dd commit 339572a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions push_zip_github.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
set zip_file=%1
echo %zip_file%
set tag=zip
hub release delete %tag%
hub release create -a %zip_file% -m "latest release" %tag%

0 comments on commit 339572a

Please sign in to comment.