Skip to content

Commit b3ae74a

Browse files
committed
debug build issue
1 parent c0dc281 commit b3ae74a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
- name: Determine firmware version
8080
id: version
8181
run: |
82+
cat config/zw_version_config.h
83+
cat build/config/zw_version_config.h
8284
VERSION=$(node tools/extract_version.mjs)
8385
if [ "${{ github.event_name }}" == "release" ]; then
8486
SUFFIX="$VERSION"

0 commit comments

Comments
 (0)