Fix the CI

This commit is contained in:
Maschell 2023-07-22 15:35:41 +02:00
parent e0baf8b7e7
commit 427fb07e79

View File

@ -23,7 +23,7 @@ jobs:
git_hash=$(git rev-parse --short "$GITHUB_SHA")
cat <<EOF > ./source/version.h
#pragma once
#define MOUDLE_VERSION_EXTRA " (nightly-$git_hash)"
#define MODULE_VERSION_EXTRA " (nightly-$git_hash)"
EOF
- name: build binary
run: |