Skip to content

Commit

Permalink
fix schema publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 30, 2023
1 parent 2db7d7c commit 4c718dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/buiild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,10 @@ jobs:
with:
name: ioc-schema
path: ./
zip: false

- name: Github Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
with:
files: |
./*.ibek.ioc.schema.json
ibek.ioc.schema.json
generate_release_notes: true
2 changes: 1 addition & 1 deletion .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ do_build ${ARCH} runtime ${cachefrom} ${cacheto}

docker run --entrypoint bash ${image_name} -c \
'ibek ioc generate-schema /epics/links/ibek/*ibek.support.yaml' > \
${PROJECT#ioc-}.ibek.ioc.schema.json
ibek.ioc.schema.json

0 comments on commit 4c718dd

Please sign in to comment.