This commit is contained in:
parent
a7cda5b70f
commit
e94fffb110
@ -2,10 +2,10 @@ name: Archlinux build
|
|||||||
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} 🚀
|
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }} 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
if: ${{ env.GITHUB_REF == '/refs/heads/master' }}
|
if: ${{ gitea.ref_name }} == '/refs/heads/master'
|
||||||
build:
|
build:
|
||||||
runs-on: arch-latest
|
runs-on: arch-latest
|
||||||
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ github.ref }} == 'refs/head/zx'
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
- 'zx'
|
- 'zx'
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Getting version info
|
- name: Getting version info
|
||||||
run: |
|
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
|
- name: Building package
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user