workaround for ci issue
This commit is contained in:
parent
f8ca8ac409
commit
ae23aa6a50
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@ -120,6 +120,9 @@ jobs:
|
|||||||
echo Uploading chrome-win.zip
|
echo Uploading chrome-win.zip
|
||||||
$GH release upload $VERSION-$BROMITE_SHA chrome-win.zip
|
$GH release upload $VERSION-$BROMITE_SHA chrome-win.zip
|
||||||
|
|
||||||
|
# workaround for https://github.com/cli/cli/issues/6599
|
||||||
|
sleep 30s
|
||||||
|
|
||||||
TIMESTAMP=$(date +%s -r chrome-win.zip)
|
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/bromite-buildtools/releases;download=https://github.com/uazo/bromite-buildtools/releases/latest/download/chrome-win.zip;version=$(cat $WINOUT/RELEASE);revision=1;commit=$BROMITE_SHA"
|
echo >updateurl.txt "browser=chromium;os=windows;architecture=64-bit;timestamp=$TIMESTAMP;editor=uazo;channel=stable;repository=https://github.com/uazo/bromite-buildtools/releases;download=https://github.com/uazo/bromite-buildtools/releases/latest/download/chrome-win.zip;version=$(cat $WINOUT/RELEASE);revision=1;commit=$BROMITE_SHA"
|
||||||
$GH release upload $VERSION-$BROMITE_SHA updateurl.txt
|
$GH release upload $VERSION-$BROMITE_SHA updateurl.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user