summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/common/pre-upload.sh
blob: 3583f984020c6950324540adfb22da0cefcd0237 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash -ex

# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later

GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`"
GITREV="`git show -s --format='%h'`"
ARTIFACTS_DIR="$PWD/artifacts"

mkdir -p "${ARTIFACTS_DIR}/"