From 02469a5478f6624852d4119a00e075b31fdbeb2e Mon Sep 17 00:00:00 2001 From: dessant Date: Thu, 24 Sep 2020 00:17:06 +0300 Subject: [PATCH] fix: update release script --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc8c3a9..26ab02e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,8 +68,8 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: artifacts/chrome/search_google_us-${{ steps.release_info.outputs.VERSION }}-chrome.zip - asset_name: search_google_us-${{ steps.release_info.outputs.VERSION }}-chrome.zip + asset_path: artifacts/chrome/search_on_google_us-${{ steps.release_info.outputs.VERSION }}-chrome.zip + asset_name: search_on_google_us-${{ steps.release_info.outputs.VERSION }}-chrome.zip asset_content_type: application/octet-stream - name: Upload GitHub release assets uses: actions/upload-release-asset@v1 @@ -77,6 +77,6 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: artifacts/firefox/search_google_us-${{ steps.release_info.outputs.VERSION }}-firefox.zip - asset_name: search_google_us-${{ steps.release_info.outputs.VERSION }}-firefox.zip + asset_path: artifacts/firefox/search_on_google_us-${{ steps.release_info.outputs.VERSION }}-firefox.zip + asset_name: search_on_google_us-${{ steps.release_info.outputs.VERSION }}-firefox.zip asset_content_type: application/octet-stream