From 4767b57ec9ff4b3a1ebeffe49a8f7811dab3ea96 Mon Sep 17 00:00:00 2001 From: Alexey Khromov Date: Sat, 12 Apr 2025 15:32:47 +0300 Subject: [PATCH] fx actions 4 --- .gitea/workflows/arch.yaml | 2 +- .gitea/workflows/demo.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/arch.yaml b/.gitea/workflows/arch.yaml index e2f5be8..1549841 100644 --- a/.gitea/workflows/arch.yaml +++ b/.gitea/workflows/arch.yaml @@ -12,7 +12,7 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | - pacman -S wget | + pacman -Sy && pacman -S wget | ls ${{ gitea.basedir }} | cd ${{gitea.basedir}} && wget http://zxprj:3001/zx/bforce/raw/branch/master/archlinux/bforce.install | pwd && cd ${{gitea.basedir}} && wget http://zxprj:3001/zx/bforce/raw/branch/master/archlinux/PKGBUILD | diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index b695293..4c3aa7c 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -14,7 +14,6 @@ jobs: - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | - ls ${{ gitea.basedir }} | - pwd + ls ${{ gitea.basedir }} && pwd - run: echo "🍏 This job's status is ${{ gitea.status }}."