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