diff --git a/.github/workflow-config/release_tarball.yml b/.github/workflow-config/release_tarball.yml index 41f2f97..6796310 100644 --- a/.github/workflow-config/release_tarball.yml +++ b/.github/workflow-config/release_tarball.yml @@ -5,7 +5,7 @@ connection: local vars: collection_namespace: "{{ namespace | lower | regex_replace('-','_') }}" - collection_name: controller_configuration + collection_name: aap_utilities collection_version: "{{ github_tag | regex_search('(\\d.\\d.\\d.*)') }}" collection_repo: undef api_key: undef diff --git a/.github/workflows/infra-release.yml b/.github/workflows/infra-release.yml index 2752c03..b2f9ac2 100644 --- a/.github/workflows/infra-release.yml +++ b/.github/workflows/infra-release.yml @@ -54,7 +54,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: infra-controller_configuration-${{ github.ref_name }}.tar.gz + file: infra-aap_utilities-${{ github.ref_name }}.tar.gz tag: ${{ github.ref }} overwrite: true @@ -62,7 +62,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ${{ steps.namespace.outputs.NAMESPACE }}-controller_configuration-${{ github.ref_name }}.tar.gz + file: ${{ steps.namespace.outputs.NAMESPACE }}-aap_utilities-${{ github.ref_name }}.tar.gz tag: ${{ github.ref }} overwrite: true