Put git hash in startup message w/o "-"

Because there is no space for them
pull/880/head
probonopd 1 day ago committed by GitHub
parent f6882a922a
commit 389708fdad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build.yml

@ -30,7 +30,7 @@ jobs:
- name: Put git hash in startup message
run: |
sed -i "s/Loading.../${{ steps.gitinfo.outputs.git_info }}/g" src/userinterface.cpp
sed -i "s/Loading.../$(date +%Y%m%d)-$(git rev-parse --short HEAD)/g" src/userinterface.cpp
# Install 64-bit toolchain (aarch64)
- name: Install 64-bit toolchain

Loading…
Cancel
Save