diff --git a/.github/workflows/Puppet_module_builder.yml b/.github/workflows/Puppet_module_builder.yml index cc45e86d..8a9301fd 100644 --- a/.github/workflows/Puppet_module_builder.yml +++ b/.github/workflows/Puppet_module_builder.yml @@ -56,7 +56,7 @@ jobs: - name: Modify name for stage build if: ${{ inputs.is_stage == true }} - run: + run: | mv ${{ github.workspace }}/output/${{ env.PUPPET_MODULE_NAME }} ${{ github.workspace }}/output/${{ env.PUPPET_MODULE_REPO }}-${{ env.COMMIT_SHORT_SHA}}-${{ env.PUPPET_MODULE_VERSION }}.tar.gz PUPPET_MODULE_NAME=${{ env.PUPPET_MODULE_REPO }}-${{ env.COMMIT_SHORT_SHA}}-${{ env.PUPPET_MODULE_VERSION }}.tar.gz echo "PUPPET_MODULE_NAME=$PUPPET_MODULE_NAME" >> "$GITHUB_ENV" diff --git a/.gitignore b/.gitignore index 1c34e1e3..bf57b6a1 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ kitchen/.librarian/ kitchen/.pytest_cache/ kitchen/.* kitchen/modules/ +output/ \ No newline at end of file