Skip to content

upload openapi.json only on failures #61

@ckunki

Description

@ckunki

See https://github.com/actions/upload-artifact

Uploading multiple files:

      - name: Upload openapi.json
        if: ${{ failure() }}
        uses: actions/upload-artifact@v4
        with:
          name: openapi.json
          path: openapi.json

Metadata

Metadata

Assignees

Labels

refactoringCode improvement without behavior change

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions