Skip to content

Merge pull request #41 from mohsenfeyzzadeh/patch-1 #3

Merge pull request #41 from mohsenfeyzzadeh/patch-1

Merge pull request #41 from mohsenfeyzzadeh/patch-1 #3

Workflow file for this run

name: RPM Build Centos 8
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build RPM package el8
id: rpm8
uses: asternic/rpmbuild@centos8
with:
spec_file: "issabelPBX.spec"
- name: Upload artifact el8
uses: actions/[email protected]
with:
name: Binary RPM
path: ${{ steps.rpm8.outputs.rpm_dir_path }}