powerplatform-actions-lab
powerplatform-actions-lab copied to clipboard
This repo contains sample workflow definitions for GitHub Actions for Microsoft Power Platform.
GitHubDemo
Ghosh
Updates
The managed solution is exported in the `Export solution as managed` step of the `convert-to-managed` job with the `solution-output-file` property set as `${{ inputs.solution_shipping_folder}}/${{ inputs.solution_name }}.zip`. The step `Import solution...
Fixed artifact name
I think that this file has an inconsistency in the naming for the file between the 'convert-to-managed' and 'release-to-staging' jobs. Removing "_managed" helped me fix a file-not-found error. The other...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...