diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0161b923..3d72c38f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -350,6 +350,7 @@ jobs: - name: Run Post Deployment Script shell: pwsh + continue-on-error: true run: | Write-Host "Running post deployment script to upload files..." cd Deployment