Skip to content

Commit

Permalink
fix path (#48)
Browse files Browse the repository at this point in the history
Fix typo in the file path for cicd release upload
  • Loading branch information
jharrod authored Jun 15, 2023
1 parent 5e0750e commit ff965e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILE_PATH: "/details/operator-sdk/astraconnector_operator.yaml"
FILE_PATH: "./details/operator-sdk/astraconnector_operator.yaml"
ASSET_NAME: "astraconnector_operator.yaml"
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
Expand Down

0 comments on commit ff965e8

Please sign in to comment.