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