Loading .github/workflows/release.yaml +4 −4 Original line number Diff line number Diff line Loading @@ -156,6 +156,10 @@ jobs: $GH release upload $VERSION-$CROMITE_SHA chrome-win.zip echo "::endgroup::" TIMESTAMP=$(date +%s -r chrome-win.zip) echo >updateurl.txt "browser=chromium;os=windows;architecture=64-bit;timestamp=$TIMESTAMP;editor=uazo;channel=stable;repository=https://github.com/uazo/cromite/releases;download=https://github.com/uazo/cromite/releases/latest/download/chrome-win.zip;version=$(cat $OUTPUTFILE_WIN/RELEASE);revision=1;commit=$CROMITE_SHA" $GH release upload $VERSION-$CROMITE_SHA updateurl.txt ## linux echo "::group::-------- linux x64" mkdir chrome-lin/ Loading Loading @@ -206,10 +210,6 @@ jobs: $GH release upload $VERSION-$CROMITE_SHA arm64_SystemWebViewShell.apk echo "::endgroup::" TIMESTAMP=$(date +%s -r chrome-win.zip) echo >updateurl.txt "browser=chromium;os=windows;architecture=64-bit;timestamp=$TIMESTAMP;editor=uazo;channel=stable;repository=https://github.com/uazo/cromite/releases;download=https://github.com/uazo/cromite/releases/latest/download/chrome-win.zip;version=$(cat $OUTPUTFILE_WIN/RELEASE);revision=1;commit=$CROMITE_SHA" $GH release upload $VERSION-$CROMITE_SHA updateurl.txt $GH release edit $VERSION-$CROMITE_SHA -t $VERSION-$CROMITE_SHA if [ $IS_DRAFT == "false" ]; then Loading Loading
.github/workflows/release.yaml +4 −4 Original line number Diff line number Diff line Loading @@ -156,6 +156,10 @@ jobs: $GH release upload $VERSION-$CROMITE_SHA chrome-win.zip echo "::endgroup::" TIMESTAMP=$(date +%s -r chrome-win.zip) echo >updateurl.txt "browser=chromium;os=windows;architecture=64-bit;timestamp=$TIMESTAMP;editor=uazo;channel=stable;repository=https://github.com/uazo/cromite/releases;download=https://github.com/uazo/cromite/releases/latest/download/chrome-win.zip;version=$(cat $OUTPUTFILE_WIN/RELEASE);revision=1;commit=$CROMITE_SHA" $GH release upload $VERSION-$CROMITE_SHA updateurl.txt ## linux echo "::group::-------- linux x64" mkdir chrome-lin/ Loading Loading @@ -206,10 +210,6 @@ jobs: $GH release upload $VERSION-$CROMITE_SHA arm64_SystemWebViewShell.apk echo "::endgroup::" TIMESTAMP=$(date +%s -r chrome-win.zip) echo >updateurl.txt "browser=chromium;os=windows;architecture=64-bit;timestamp=$TIMESTAMP;editor=uazo;channel=stable;repository=https://github.com/uazo/cromite/releases;download=https://github.com/uazo/cromite/releases/latest/download/chrome-win.zip;version=$(cat $OUTPUTFILE_WIN/RELEASE);revision=1;commit=$CROMITE_SHA" $GH release upload $VERSION-$CROMITE_SHA updateurl.txt $GH release edit $VERSION-$CROMITE_SHA -t $VERSION-$CROMITE_SHA if [ $IS_DRAFT == "false" ]; then Loading