Skip to content

Commit

Permalink
Fix workflow file (#1886)
Browse files Browse the repository at this point in the history
Path to output has changed.
  • Loading branch information
Porges authored Oct 14, 2021
1 parent 77d9fd3 commit f3284b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
file: hack/generated/bin/azureserviceoperator_*.yaml
file: v2/bin/azureserviceoperator_*.yaml
file_glob: true

- name: Login to registry
Expand Down

0 comments on commit f3284b1

Please sign in to comment.