Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-07-22 04:49:51 +00:00
parent 30656d8f1f
commit 6b9691153d
5 changed files with 0 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi