Skip to content

Commit

Permalink
Update release-solution-with-inputs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alaeubli authored Mar 16, 2023
1 parent 25fc5e3 commit 50b8b89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-solution-with-inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
app-id: ${{secrets.CLIENT_ID}}
client-secret: ${{ secrets.envSecret }}
tenant-id: ${{secrets.TENANT_ID}}
solution-file: ${{ inputs.solution_outbound_folder}}/${{ inputs.solution_name }}.zip
solution-file: ${{ inputs.solution_outbound_folder}}/${{ inputs.solution_name }}_Build.zip
force-overwrite: true
publish-changes: true

Expand All @@ -82,9 +82,9 @@ jobs:
app-id: ${{secrets.CLIENT_ID}}
client-secret: ${{ secrets.envSecret }}
tenant-id: ${{secrets.TENANT_ID}}
solution-name: ${{ inputs.solution_name }}
solution-name: ${{ inputs.solution_name }}_Build
managed: true
solution-output-file: ${{ inputs.solution_shipping_folder}}/${{ inputs.solution_name }}.zip
solution-output-file: ${{ inputs.solution_shipping_folder}}/${{ inputs.solution_name }}_managed.zip

- name: Upload the ready to ship solution to GH artifact store
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -115,6 +115,6 @@ jobs:
app-id: ${{secrets.CLIENT_ID}}
client-secret: ${{ secrets.envSecret }}
tenant-id: ${{secrets.TENANT_ID}}
solution-file: ${{ inputs.solution_release_folder}}/${{ inputs.solution_name }}.zip
solution-file: ${{ inputs.solution_release_folder}}/${{ inputs.solution_name }}_managed.zip
force-overwrite: true
publish-changes: true

0 comments on commit 50b8b89

Please sign in to comment.