CI fx workflow 40
This commit is contained in:
parent
e3a1f7e52e
commit
6245ad3e10
@ -1,8 +1,11 @@
|
|||||||
name: Archlinux build
|
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
|
||||||
|
- workflow_dispatch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build-arch:
|
||||||
runs-on: arch-latest
|
runs-on: arch-latest
|
||||||
if: ${{ github.ref }} == 'refs/head/master'
|
if: ${{ github.ref }} == 'refs/head/master'
|
||||||
branches:
|
branches:
|
||||||
@ -35,5 +38,5 @@ jobs:
|
|||||||
- name: Try to upload artifacts
|
- name: Try to upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: bforce-${{ env.BFORCE_VER }}
|
name: bforce-${{ env.BFORCE_VER }}-Arch
|
||||||
path: bforce
|
path: bforce
|
||||||
|
@ -2,7 +2,7 @@ name: Debian 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:
|
||||||
build:
|
build-ubuntu:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
@ -45,6 +45,6 @@ jobs:
|
|||||||
- name: Try to upload artifacts
|
- name: Try to upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: bforce-${{ env.BFORCE_VER }}
|
name: bforce-${{ env.BFORCE_VER }}-Ubuntu
|
||||||
path: ${{ env.GITHUB_WORKSPACE }}/artifacts/bforce*.deb
|
path: ${{ env.GITHUB_WORKSPACE }}/artifacts/bforce*.deb
|
||||||
- run: echo "This job's over"
|
- run: echo "This job's over"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user