Unverified Commit 6adfa8a9 authored by Eberhard Beilharz's avatar Eberhard Beilharz
Browse files

fix(linux): Fix environment for Debian packages

When didn't set the correct environment when building Debian packages
with GitHub actions. The version information wasn't included in the
source file but instead was generated at binary package build time,
at which time not all necessary environment variables were available.
This change will create a patch file on-the-fly which gets
included in the source package that contains the correct information.

Fixes #9878.
parent a1c16588
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment