Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Jul 4, 2024
1 parent 9fe0440 commit a50139f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
build_type_name="Dev build"
fi
echo "TAG_NAME=$tag_prefix${{ steps.current_commit.outputs.COMMIT_COUNT }}" >> $GITHUB_OUTPUT
echo "${tag_prefix}${{ steps.current_commit.outputs.COMMIT_COUNT }}"
echo "TAG_NAME=${tag_prefix}${{ steps.current_commit.outputs.COMMIT_COUNT }}" >> $GITHUB_OUTPUT
echo "ARTIFACTS_PREFIX=$artifacts_prefix" >> $GITHUB_OUTPUT
echo "BUILD_TYPE_NAME=$build_type_name" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a50139f

Please sign in to comment.