From 29a8679331cc2fea2e8f7f0749c98fb570f23ec3 Mon Sep 17 00:00:00 2001 From: Jan Lesage Date: Wed, 5 Jun 2024 11:53:29 +0200 Subject: [PATCH] fix: or-1566 case sensitive path to packages --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bd488b..7bdd768 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -553,7 +553,7 @@ jobs: - name: Publish to Confluence if: needs.set-release-version.outputs.version != 'none' shell: bash - run: ./packages/Be.Vlaanderen.Basisregisters.Build.Pipeline/7.2.6/Content/ci-confluence.sh + run: ./packages/be.vlaanderen.basisregisters.build.pipeline/7.2.6/Content/ci-confluence.sh env: CONFLUENCE_TITLE: ${{ env.REPOSITORY_NAME }} CONFLUENCE_USERNAME: ${{ secrets.VBR_CONFLUENCE_USER }} @@ -562,7 +562,7 @@ jobs: - name: Create Jira Release if: needs.set-release-version.outputs.version != 'none' shell: bash - run: ./packages/Be.Vlaanderen.Basisregisters.Build.Pipeline/7.2.6/Content/ci-jira.sh + run: ./packages/be.vlaanderen.basisregisters.build.pipeline/7.2.6/Content/ci-jira.sh env: CONFLUENCE_TITLE: ${{ env.REPOSITORY_NAME }} CONFLUENCE_USERNAME: ${{ secrets.VBR_CONFLUENCE_USER }}