From 9911c0779de06c090db16c0bccf5bbc97af43a90 Mon Sep 17 00:00:00 2001 From: Mike Dennis Date: Tue, 28 Feb 2023 15:03:45 -0500 Subject: [PATCH] Update release-solution-to-prod-with-inputs.yml Fixed artifact name --- sample-workflows/release-solution-to-prod-with-inputs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-workflows/release-solution-to-prod-with-inputs.yml b/sample-workflows/release-solution-to-prod-with-inputs.yml index 48cfbf8..5340e3a 100644 --- a/sample-workflows/release-solution-to-prod-with-inputs.yml +++ b/sample-workflows/release-solution-to-prod-with-inputs.yml @@ -119,6 +119,6 @@ jobs: app-id: ${{inputs.CLIENT_ID}} client-secret: ${{ secrets.envSecret }} tenant-id: ${{inputs.TENANT_ID}} - solution-file: ${{ inputs.solution_release_folder}}/${{ inputs.solution_name }}_managed.zip + solution-file: ${{ inputs.solution_release_folder}}/${{ inputs.solution_name }}.zip force-overwrite: true publish-changes: true