Обновить .gitea/workflows/alt.yaml
All checks were successful
Altlinux build / build-alt (push) Successful in 5m39s
Archlinux build / build-arch (push) Successful in 3m0s
Debian build / build-ubuntu (push) Successful in 3m58s

This commit is contained in:
Alexey Khromov 2025-04-16 10:01:00 +03:00
parent 6d042318d5
commit b95128f87a

View File

@ -55,11 +55,11 @@ jobs:
run: | run: |
echo "BFORCE_VERLONG=$(cat ${{ env.GITHUB_WORKSPACE }}/source/.version)-$(date +%Y%M%d)" >> $GITHUB_ENV echo "BFORCE_VERLONG=$(cat ${{ env.GITHUB_WORKSPACE }}/source/.version)-$(date +%Y%M%d)" >> $GITHUB_ENV
- name: Retrieving artifact files - name: Retrieving artifact files
run: mkdir bforce && cp /builder/rpmbuild/RPMS/bforce-*.rpm bforce run: mkdir bforce && cp /builder/rpmbuild/RPMS/x86_64/bforce-*.rpm bforce
- name: Try to upload artifacts bin - name: Try to upload artifacts bin
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: bforce-${{ env.BFORCE_VERLONG }}-Arch name: bforce-${{ env.BFORCE_VERLONG }}-Alt
path: /builder/rpmbuild/RPMS path: /builder/rpmbuild/RPMS/x86_64
- name: Echo OK - name: Echo OK
run: echo "All OK" run: echo "All OK"