From b15a0517c821b1f89b768a03092991e58bfffec7 Mon Sep 17 00:00:00 2001 From: Franck Cornu Date: Fri, 7 Jun 2024 17:20:25 -0400 Subject: [PATCH] - Updated CI --- .github/workflows/publish.yml | 2 +- .github/workflows/release-template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4305792..8bd3fdd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -154,7 +154,7 @@ jobs: uses: ncipollo/release-action@v1 with: name: PnP Modern Search Core Components - ${{ needs.version.outputs.semver }} - artifacts: ${{ github.workspace }}/**/*.sppkg,${{ github.workspace }}/**/teams/*.zip + artifacts: ${{ github.workspace }}/**/*.sppkg,${{ github.workspace }}/apps/teams/appPackage/build/*.zip bodyFile: ".github/workflows/release-template.md" draft: true generateReleaseNotes: true diff --git a/.github/workflows/release-template.md b/.github/workflows/release-template.md index 9bbfcc3..fee2dfb 100644 --- a/.github/workflows/release-template.md +++ b/.github/workflows/release-template.md @@ -4,6 +4,6 @@ > Refer to the documentation for the installation procedure: -- SPFx Web Parts [installation](](https://microsoft-search.github.io/pnp-modern-search-core-components/docs/sharepoint-webparts/installation)) +- SPFx Web Parts [installation](https://microsoft-search.github.io/pnp-modern-search-core-components/docs/sharepoint-webparts/installation) - Teams app [installation](https://microsoft-search.github.io/pnp-modern-search-core-components/docs/teams-app/solution) ____