From bb18c23eb72406033f179a3dafb44f38a445d15b Mon Sep 17 00:00:00 2001 From: Alexey Timin Date: Wed, 1 Mar 2023 17:07:25 +0100 Subject: [PATCH] fix artefact path --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7737628..2805929 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,6 +80,6 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: build/web-console.build.tar.gz - asset_name: web-console.build.tar.gz - asset_content_type: application/gzip + asset_path: build/web-console.build.zip + asset_name: web-console.build.zip + asset_content_type: application/zip