muon/tools/ci/prepare_binary.sh
Stone Tickle e3525d7400
move non yaml files out of .builds
This should hopefully fix CI from lists.sr.ht.
2023-10-29 07:36:36 -04:00

15 lines
231 B
Bash
Executable File

#!/bin/sh
# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
# SPDX-License-Identifier: GPL-3.0-only
set -eux
build=$1
suffix=$2
cd "$build"
strip muon
mv muon "muon-$suffix"
md5sum "muon-$suffix" > "muon-$suffix.md5"