mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Read dist suffix properly
This commit is contained in:
2
.github/workflow_data/version.sh
vendored
2
.github/workflow_data/version.sh
vendored
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
export VERSION_TAG="$(grep -o "DIST_SUFFIX = .*" fbt_options.py | cut -d'"' -f2)"
|
||||
export VERSION_TAG="$(python -c 'import fbt_options; print(fbt_options.DIST_SUFFIX)')"
|
||||
echo "VERSION_TAG=${VERSION_TAG}" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user