Skip to content

Commit

Permalink
update cicd tar path (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrod authored Jun 14, 2023
1 parent dec0f43 commit 206aa11
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 @@ -119,7 +119,7 @@ jobs:
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAR_PATH: "./build/astra-connector-${{ steps.vars.outputs.version }}.tgz"
TAR_PATH: "./build/astra-connector-operator-${{ steps.vars.outputs.version }}.tgz"
ASSET_NAME: "install-bundle-${{ steps.vars.outputs.version }}.tgz"
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing its ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
Expand Down

0 comments on commit 206aa11

Please sign in to comment.