Files
eden/.ci/scripts/common/pre-upload.sh
T

11 lines
275 B
Bash
Raw Normal View History

2019-07-13 21:34:40 -04:00
#!/bin/bash -ex
2022-05-15 02:06:02 +02:00
# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
2019-07-13 21:34:40 -04:00
GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`"
GITREV="`git show -s --format='%h'`"
2020-12-29 22:09:06 -05:00
ARTIFACTS_DIR="artifacts"
2019-07-13 21:34:40 -04:00
2020-12-29 22:09:06 -05:00
mkdir -p "${ARTIFACTS_DIR}/"