diff --git a/.gitea/workflows/arch.yaml b/.gitea/workflows/arch.yaml
index 7c67b42..ee215a0 100644
--- a/.gitea/workflows/arch.yaml
+++ b/.gitea/workflows/arch.yaml
@@ -5,6 +5,7 @@ jobs:
build:
runs-on: arch-latest
branches:
+ - 'master'
- 'zx'
steps:
- 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 -w GITHUB_SHA,GITHUB_REF_NAME,GITHUB_REF_TYPE - builder -c makepkg
- 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
uses: actions/upload-artifact@v3
with:
- name: bforce
+ name: bforce-${GITHUB_SHA}
path: bforce
- run: echo "🍏 This job's status is ${{ github.state }}."
+
diff --git a/README.md b/README.md
index b639c34..d84ee31 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+
+
+
BinkleyForce FTN mailer
-----------------------
@@ -56,4 +59,4 @@ Copyright
> (c) 2007-2008 Sergey Babitch
> (c) 2011-2014 Sergey Dorofeev
> (c) 2014 Alexander Skovpen
-> (c) 2024 Alexey Khromov
+> (c) 2024-2025 Alexey Khromov