Обновить .gitea/workflows/arch.yaml
Some checks failed
Altlinux build / build-alt (push) Has been cancelled
Debian build / build-ubuntu (push) Has been cancelled

This commit is contained in:
Alexey Khromov 2025-04-19 06:47:04 +03:00
parent f4d89f2fb2
commit 0db3aee60f

View File

@ -60,8 +60,11 @@ jobs:
- name: Constructing artifact name and version - name: Constructing artifact name and version
run: | run: |
echo "BFORCE_VER=$(cat ${{ github.workspace }}/bforce/source/.version)-$(date +%Y%M%d)" >> $GITHUB_ENV echo "BFORCE_VER=$(cat ${{ github.workspace }}/bforce/source/.version)-$(date +%Y%M%d)" >> $GITHUB_ENV
- name: Downloading artifact - uses: actions/download-artifact@v3
uses: actions/download-artifact@v3 with:
name: bforce-${{ env.BFORCE_VER }}-Arch
- name: Display structure of downloaded files
run: ls -R
- name: Installing archlinux package - name: Installing archlinux package
run: | run: |
ls -la ls -la