Skip to content

Commit

Permalink
make support schema artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 14, 2023
1 parent 206b74a commit e367e81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ jobs:
name: dist
path: dist

- name: Upload support yaml schema
uses: actions/upload-artifact@v3
with:
name: ibek.support.schema.json
path: tests/samples/schemas/ibek.support.schema.json

- name: Check for packaging errors
run: pipx run twine check --strict dist/*

Expand Down Expand Up @@ -136,7 +142,7 @@ jobs:
files: |
dist/*
lockfiles/*
tests/samples/schemas/ibek.support.schema.json
ibek.support.schema.json
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e367e81

Please sign in to comment.