Skip to content

Commit

Permalink
Update: Remove "managed" from path
Browse files Browse the repository at this point in the history
Asaurdiff-Tillamook authored Feb 2, 2023
1 parent 95f9d67 commit 710e12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-solution-to-prod-with-inputs.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 710e12c

Please sign in to comment.