diff --git a/crystal/airootfs/etc/buildstamp b/crystal/airootfs/etc/buildstamp index b427755..e36f421 100644 --- a/crystal/airootfs/etc/buildstamp +++ b/crystal/airootfs/etc/buildstamp @@ -1 +1 @@ -Built on 05/13/21 @ 18:29:22 EST +Built on 05/14/21 @ 10:33:05 EST diff --git a/upload_iso.sh b/upload_iso.sh index c51a496..bf33205 100755 --- a/upload_iso.sh +++ b/upload_iso.sh @@ -1,11 +1,7 @@ #!/bin/bash -if [[ "$1" == "" ]]; then - printf "Filename: " - read FN -else - FN="$1" -fi +printf "Ver: " +read VER -scp $FN crystalux@salyut.one:public_html/isos/. -ssh crystalux@salyut.one "rm public_html/isos/crystal-latest.iso && ln -s public_html/isos/$FN public_html/isos/crystal-latest.iso" +gh release create $VER +gh release upload $VER *.iso