From 8fc7130b535dfde494190d6eca01fd6d03d90421 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 10 Sep 2025 07:12:54 +1200 Subject: [PATCH] v2025.09.10 --- .github/workflows/github_actions.yml | 5 ++--- Version | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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