alt-wf 3
Some checks failed
Altlinux build / build-alt (push) Failing after 2m0s
Archlinux build / build-arch (push) Successful in 2m55s
Debian build / build-ubuntu (push) Has been cancelled

This commit is contained in:
Alexey Khromov 2025-04-16 00:06:22 +03:00
parent 416c79b637
commit be3fcc0b5e

View File

@ -40,6 +40,7 @@ jobs:
rpmdev-setuptree rpmdev-setuptree
mv ./bforce-${{ env.BFORCE_VER }}.tar.gz ./rpmbuild/SOURCES/ mv ./bforce-${{ env.BFORCE_VER }}.tar.gz ./rpmbuild/SOURCES/
- name: Building binary and source RPM - name: Building binary and source RPM
run: |
rpmbuild -bb ./bforce.spec --define "_topdir $( pwd )/rpmbuild" rpmbuild -bb ./bforce.spec --define "_topdir $( pwd )/rpmbuild"
- name: Constructing artifact name and version - name: Constructing artifact name and version
run: | run: |