From 0db3aee60f140518bea62d4036ea9ad0d44c1bfa Mon Sep 17 00:00:00 2001 From: Alexey Khromov Date: Sat, 19 Apr 2025 06:47:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/arch.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/arch.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/arch.yaml b/.gitea/workflows/arch.yaml index aefe14c..d40f4d7 100644 --- a/.gitea/workflows/arch.yaml +++ b/.gitea/workflows/arch.yaml @@ -60,8 +60,11 @@ jobs: - name: Constructing artifact name and version run: | 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 run: | ls -la