From 1546a9dd57e76a634beefbada3a5c003d92d50a8 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 9 Sep 2021 14:34:28 -0400 Subject: [PATCH] Fix bad .yml --- .github/workflows/ci-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 57e8aa4e81..8aacd04615 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -789,9 +789,9 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./ServerUpdatePackage.zip asset_name: ServerUpdatePackage.zip - asset_content_type: application/zip- name: Create comment + asset_content_type: application/zip - deploy-docker: + post-deploy-comment: name: Post Comment To Server Update Thread needs: [deploy-tgs] runs-on: ubuntu-latest