diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 2b72e67..4f7dba7 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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