update CI
Build/Publish XBPS / build-and-publish (push) Successful in 8s Details

This commit is contained in:
Luca Bilke 2024-04-05 20:20:03 +02:00
parent 573e68b764
commit a52e6ca5d4
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 | sed 's/^0//') MINOR=$(date +%_m%_d | sed 's/ //g')
PATCH=$(date +%H%M | sed 's/^0//') PATCH=$(date +%_H%_M | sed 's/ //g')
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