Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Prosvetova <anna@prosvetova.me>2021-08-21 01:55:20 +0300
committerGitHub <noreply@github.com>2021-08-21 01:55:20 +0300
commit6966ca8f8f031bd7172b7c519148a2135ab9a233 (patch)
treeebd5c18bd4771bc230a0ec6bbcb9c51309a07e5e /.github
parente6d5f4038b08e5aa550b00ac90aecf2c9376794a (diff)
CI: Use 7-symbol short hashes for consistency (#665)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0a973908..9da05d24 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
if [[ "${{ github.ref }}" == "refs/tags/"* ]]; then
SUFFIX=${REF}
else
- SUFFIX=${REF}-$(date +'%d%m%Y')-$(echo ${GITHUB_SHA} | cut -c1-8)
+ SUFFIX=${REF}-$(date +'%d%m%Y')-$(echo ${GITHUB_SHA} | cut -c1-7)
fi
echo "SUFFIX=${SUFFIX}" >> $GITHUB_ENV