Skip to content

Commit

Permalink
Update Release to Production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SESA475978 authored Jul 15, 2021
1 parent f411736 commit 5bd7775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release to Production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: managedSolutions
path: out/ship/CICDSolution.zip
path: out/ship/CICDSolution_managed.zip

Release-to-PreProduction:
needs: [ convert-to-managed ]
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
environment-url: 'https://orgec450a34.crm4.dynamics.com/'
user-name: ${{ secrets.USERNAME }}
password-secret: ${{ secrets.password }}
solution-file: out/release/CICDSolution.zip
solution-file: out/release/CICDSolution_managed.zip
force-overwrite: true
publish-changes: true

0 comments on commit 5bd7775

Please sign in to comment.