mirror of https://github.com/xemu-project/xemu.git
Use bash script to update automatically version number in spec file
This commit is contained in:
parent
922d94fbbe
commit
3e9248c827
|
@ -1,12 +1,16 @@
|
|||
name: Xemu RPM
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- run: bash RPM_check_version.sh
|
||||
|
||||
- name: xemu RPM package
|
||||
id: rpm
|
||||
uses: xemu-project/xemu
|
||||
|
|
Loading…
Reference in New Issue