CI fx workflow 38
All checks were successful
Debian build / build (push) Successful in 3m58s

This commit is contained in:
Alexey Khromov 2025-04-13 19:51:32 +03:00
parent a7cda5b70f
commit e94fffb110
2 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@ name: Archlinux build
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} 🚀
on: [push]
jobs:
if: ${{ env.GITHUB_REF == '/refs/heads/master' }}
if: ${{ gitea.ref_name }} == '/refs/heads/master'
build:
runs-on: arch-latest
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
if: ${{ github.ref }} == 'refs/head/zx'
branches:
- 'master'
- 'zx'

View File

@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4
- name: Getting version info
run: |
echo "BFORCE_VER=$(echo -n ${{ env.GITHUB_WORKSPACE }}/source/.version)" >> $GITHUB_ENV
echo "BFORCE_VER=$(cat ${{ env.GITHUB_WORKSPACE }}/source/.version)" >> $GITHUB_ENV
- name: Building package
continue-on-error: false
run: |