diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 9f501a80..7a132cfd 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -17,9 +17,8 @@ jobs: - uses: actions/checkout@v4 - id: version run: | - git_hash=$(git rev-parse --short "$GITHUB_SHA") - export FILENAME="$(date '+%Y-%m-%dT%H.%M')-${git_hash}" - export DATE="$(date '+%Y.%m.%d')" + export FILENAME="$(cat Version)" + export DATE="$(cat Version)" echo "version=${FILENAME}" >> $GITHUB_OUTPUT echo "date=${DATE}" >> $GITHUB_OUTPUT diff --git a/Version b/Version index f56111d4..0dfd6753 100644 --- a/Version +++ b/Version @@ -1 +1 @@ -2025.08.17 \ No newline at end of file +2025.09.10 \ No newline at end of file