test build job
This commit is contained in:
parent
30de25b577
commit
53321d9640
@ -35,7 +35,4 @@ jobs:
|
|||||||
- run: make rpm
|
- run: make rpm
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts:
|
artifacts: "jx,/root/rpmbuild/**/*.rpm"
|
||||||
- "jx"
|
|
||||||
- "/root/rpmbuild/SRPMS/jx-${{ env.VERSION }}-1.fc40.src.rpm"
|
|
||||||
- "/root/rpmbuild/RPMS/x86_64/jx-${{ env.VERSION }}-1.fc40.x86_64.rpm"
|
|
||||||
|
@ -74,7 +74,7 @@ jobs:
|
|||||||
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
- "/etc/ssl/certs:/etc/ssl/certs:ro"
|
||||||
options: --cpus 10
|
options: --cpus 10
|
||||||
steps:
|
steps:
|
||||||
- run: dnf install -y nodejs
|
- run: dnf install -y nodejs git
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user