fix fedora build artifact name
This commit is contained in:
parent
d2f96e40ee
commit
80eae5d82e
@ -46,13 +46,13 @@ jobs:
|
|||||||
- name: Archive code coverage results
|
- name: Archive code coverage results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: code-coverage-report
|
name: "code-coverage-report"
|
||||||
path: artifacts/code-coverage.html
|
path: "artifacts/code-coverage.html"
|
||||||
- name: Archive binary
|
- name: Archive binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: jx
|
name: "jx-alpine"
|
||||||
path: jx
|
path: "jx"
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
build-fedora:
|
build-fedora:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -86,13 +86,14 @@ jobs:
|
|||||||
- name: Archive binary
|
- name: Archive binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: jx-fedora-40
|
name: "jx-fedora-40"
|
||||||
path: jx
|
path: "jx"
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
name: "RPMS"
|
||||||
path: "/root/rpmbuild/**/*.rpm"
|
path: "/root/rpmbuild/**/*.rpm"
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
build-focal:
|
build-ubuntu-focal:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
Loading…
Reference in New Issue
Block a user