fix CI versioning

This commit is contained in:
Luca Bilke 2024-04-07 09:44:52 +02:00
parent a52e6ca5d4
commit 4ccb8ad4ec
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 2 additions and 2 deletions

View File

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