test build job
This commit is contained in:
parent
53321d9640
commit
3582e65927
@ -31,7 +31,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- run: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
|
||||
- run: dnf install -y dnf-plugins-core
|
||||
- run: dnf builddep build/jx.spec
|
||||
- run: dnf builddep -y build/jx.spec
|
||||
- run: make rpm
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
|
@ -79,7 +79,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- run: echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
|
||||
- run: dnf install -y dnf-plugins-core
|
||||
- run: dnf builddep build/jx.spec
|
||||
- run: dnf builddep -y build/jx.spec
|
||||
- name: Run build
|
||||
run: |
|
||||
make rpm
|
||||
|
Loading…
Reference in New Issue
Block a user