From f56200452a24040e344008bf213499615396ad35 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Mon, 28 Sep 2020 20:50:10 -0600 Subject: [PATCH] fixing frontend code release. --- .github/workflows/release-frontend.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-frontend.yaml b/.github/workflows/release-frontend.yaml index 9179f26..a2fdfbe 100644 --- a/.github/workflows/release-frontend.yaml +++ b/.github/workflows/release-frontend.yaml @@ -30,6 +30,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.SCRUTINY_GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: scrutiny-web-frontend.tar.gz + asset_path: './scrutiny-web-frontend.tar.gz' asset_name: scrutiny-web-frontend.tar.gz - asset_content_type: application/octet-stream + asset_content_type: application/gzip