Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Read dist suffix properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Jul 4, 2023
1 parent 2ada7b3 commit 1cfcc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow_data/version.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1cfcc75

Please sign in to comment.