Update RPM_package.yml

This commit is contained in:
Fabx 2023-03-01 22:26:02 +00:00 committed by GitHub
parent a46b7f283a
commit 0b7ed80785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 2 deletions

View File

@ -1,2 +1,20 @@
- name: RPM Build
uses:
name: Xemu RPM
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: xemu RPM package
id: rpm
uses: xemu-project/xemu
with:
spec_file: "RPM_package.spec"
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
with:
name: Xemu RPM
path: ${{ steps.rpm.outputs.rpm_dir_path }}