Skip to content

Commit

Permalink
Fix artifact location
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 2, 2024
1 parent 5bd83ea commit b7b6e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
with:
draft: true
prerelease: ${{ contains( github.ref_name, '-' ) }}
files: openapi_schema/*.yaml
files: '*.yaml'
fail_on_unmatched_files: true
name: CUBE - version ${{ steps.version.outputs.version }}
generate_release_notes: true
Expand Down

0 comments on commit b7b6e97

Please sign in to comment.