From 9504e941d10b605a126cc7af6852c136ca7c8df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amar=20=C4=8Cerim?= Date: Thu, 30 Mar 2023 13:50:14 +0200 Subject: [PATCH] removed unnecessary suffix for exported solution 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