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