diff --git a/upload_iso.sh b/upload_iso.sh deleted file mode 100755 index bf33205..0000000 --- a/upload_iso.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -printf "Ver: " -read VER - -gh release create $VER -gh release upload $VER *.iso