fx workflow 23
All checks were successful
Archlinux build / build (push) Successful in 3m21s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 18s

This commit is contained in:
Alexey Khromov 2025-04-13 00:25:24 +03:00
parent 136eca95f1
commit 2477709da4
2 changed files with 8 additions and 3 deletions

View File

@ -5,6 +5,7 @@ jobs:
build: build:
runs-on: arch-latest runs-on: arch-latest
branches: branches:
- 'master'
- 'zx' - 'zx'
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ inputs }} event." - run: echo "🎉 The job was automatically triggered by a ${{ inputs }} event."
@ -27,10 +28,11 @@ jobs:
- run: su - builder -c "curl -o PKGBUILD http://zxprj:3001/zx/bforce/raw/branch/${GITHUB_REF_NAME}/archlinux/PKGBUILD.ci" - run: su - builder -c "curl -o PKGBUILD http://zxprj:3001/zx/bforce/raw/branch/${GITHUB_REF_NAME}/archlinux/PKGBUILD.ci"
- run: su -w GITHUB_SHA,GITHUB_REF_NAME,GITHUB_REF_TYPE - builder -c makepkg - run: su -w GITHUB_SHA,GITHUB_REF_NAME,GITHUB_REF_TYPE - builder -c makepkg
- run: su - builder -c "ls -la" - run: su - builder -c "ls -la"
- run: mkdir bforce && cp /builder/bforce-*.pkg.tar.zst bforce - run: mkdir bforce && cp /builder/bforce-r*.pkg.tar.zst bforce
- name: Try to upload artifacts - name: Try to upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: bforce name: bforce-${GITHUB_SHA}
path: bforce path: bforce
- run: echo "🍏 This job's status is ${{ github.state }}." - run: echo "🍏 This job's status is ${{ github.state }}."

View File

@ -1,3 +1,6 @@
![zx branch](https://prj.zxalexis.ru/gitea/zx/bforce/actions/workflows/arch.yaml/badge.svg?branch=zx)
![master branch](https://prj.zxalexis.ru/gitea/zx/bforce/actions/workflows/arch.yaml/badge.svg?branch=master)
BinkleyForce FTN mailer BinkleyForce FTN mailer
----------------------- -----------------------
@ -56,4 +59,4 @@ Copyright <br>
> (c) 2007-2008 Sergey Babitch<br> > (c) 2007-2008 Sergey Babitch<br>
> (c) 2011-2014 Sergey Dorofeev<br> > (c) 2011-2014 Sergey Dorofeev<br>
> (c) 2014 Alexander Skovpen<br> > (c) 2014 Alexander Skovpen<br>
> (c) 2024 Alexey Khromov<br> > (c) 2024-2025 Alexey Khromov<br>