добавление изменения версии в репозитории alr-default + сборка бинарников для релиза
Some checks failed
Create Release / changelog (push) Failing after 33s

This commit is contained in:
2025-05-17 18:54:59 +03:00
parent fb83d544de
commit 408bd12302

View File

@ -77,7 +77,7 @@ jobs:
- name: Commit changes
run: |
cd alr-default
cd /tmp/alr-default
git config user.name "gitea"
git config user.email "admin@plemya-x.ru"
git add .
@ -86,7 +86,7 @@ jobs:
- name: Build packages
run: |
SCRIPT_PATH=alr-default/alr-bin/alr.sh
SCRIPT_PATH=/tmp/alr-default/alr-bin/alr.sh
ALR_DISTRO=altlinux ALR_PKG_FORMAT=rpm alr build -s "$SCRIPT_PATH"
ALR_PKG_FORMAT=rpm alr build -s "$SCRIPT_PATH"
ALR_PKG_FORMAT=deb alr build -s "$SCRIPT_PATH"