Skip to content

Commit

Permalink
- Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Jun 7, 2024
1 parent 0e17b5b commit b15a051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
____

0 comments on commit b15a051

Please sign in to comment.