Skip to content

Commit

Permalink
Update deploy-to-iis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound authored Aug 28, 2020
1 parent 4e261cc commit e885870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-iis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
# Run the Publish script to build clients and server.
- name: Run Publish script
shell: powershell
run: $env:GITHUB_WORKSPACE\Utilities\Publish.ps1 -CertificatePath "$env:GITHUB_WORKSPACE\GitHubActionsWorkflow.pfx" -CertificatePassword $env:PfxKey -Hostname $env:SiteUrl -CurrentVersion $env:CurrentVersion
run: &"$env:GITHUB_WORKSPACE\Utilities\Publish.ps1" -CertificatePath "$env:GITHUB_WORKSPACE\GitHubActionsWorkflow.pfx" -CertificatePassword $env:PfxKey -Hostname $env:SiteUrl -CurrentVersion $env:CurrentVersion

# Create MSDeploy Publishing Profile
- name: Create MSDeploy Profile
Expand Down

0 comments on commit e885870

Please sign in to comment.