mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
v2025.09.10
This commit is contained in:
5
.github/workflows/github_actions.yml
vendored
5
.github/workflows/github_actions.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user