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