fix CI versioning

This commit is contained in:
Luca Bilke 2024-04-07 09:46:38 +02:00
parent eb4372b42f
commit 421b543906
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ jobs:
run: |
set -xeu
MAJOR=$(date +%Y)
MINOR=$(date +%_m%_d | sed 's/ //g')
PATCH=$(date +%_H%_M | sed 's/ //g')
MINOR=$(date +%m%d)
PATCH=$(date +%H%M)
echo "PACKAGE_NAME=${{ env.NAME }}-${MAJOR}.${MINOR}.${PATCH}_1" >> $GITHUB_ENV
- name: Build