We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dc281 commit b3ae74aCopy full SHA for b3ae74a
.github/workflows/build.yml
@@ -79,6 +79,8 @@ jobs:
79
- name: Determine firmware version
80
id: version
81
run: |
82
+ cat config/zw_version_config.h
83
+ cat build/config/zw_version_config.h
84
VERSION=$(node tools/extract_version.mjs)
85
if [ "${{ github.event_name }}" == "release" ]; then
86
SUFFIX="$VERSION"
0 commit comments