that didn't work
This commit is contained in:
6
.github/workflows/scripts/butler_push.sh
vendored
6
.github/workflows/scripts/butler_push.sh
vendored
@@ -4,15 +4,15 @@ butler_channel=""
|
|||||||
butler_exe=""
|
butler_exe=""
|
||||||
release_dir=""
|
release_dir=""
|
||||||
if [ "$BUILD_OS" = "ubuntu" ]; then
|
if [ "$BUILD_OS" = "ubuntu" ]; then
|
||||||
butler_channel=linux-amd64-experimental
|
butler_channel=linux-amd64
|
||||||
butler_exe=butler
|
butler_exe=butler
|
||||||
release_dir="linux"
|
release_dir="linux"
|
||||||
elif [ "$BUILD_OS" = "windows" ]; then
|
elif [ "$BUILD_OS" = "windows" ]; then
|
||||||
butler_channel=windows-amd64-experimental
|
butler_channel=windows-amd64
|
||||||
butler_exe=butler.exe
|
butler_exe=butler.exe
|
||||||
release_dir="windows"
|
release_dir="windows"
|
||||||
elif [ "$BUILD_OS" = "macos" ]; then
|
elif [ "$BUILD_OS" = "macos" ]; then
|
||||||
butler_channel=darwin-amd64-experimental
|
butler_channel=darwin-amd64
|
||||||
butler_exe=butler
|
butler_exe=butler
|
||||||
release_dir="macos"
|
release_dir="macos"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user