From b6dc905133c58ac664b4a6183c6a9c3dec6f6bbb Mon Sep 17 00:00:00 2001 From: Lam Tang <32434520+tyn1998@users.noreply.github.com> Date: Tue, 18 Jan 2022 23:47:54 +0800 Subject: [PATCH] [workflow] change all "hypertrons-crx" to "hypercrx" in build.yml (#261) --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e60ef5ce..6f3e6044 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,11 +28,11 @@ jobs: run: | yarn install npm run build - zip release/hypertrons-crx.zip -r build/* + zip release/hypercrx.zip -r build/* - name: Test output shell: pwsh - run: Test-Path release/hypertrons-crx.crx | Should -Be $true + run: Test-Path release/hypercrx.crx | Should -Be $true - name: Release the extension uses: "marvinpinto/action-automatic-releases@latest" @@ -42,8 +42,8 @@ jobs: prerelease: true title: "Development Build" files: | - release/hypertrons-crx.crx - release/hypertrons-crx.zip + release/hypercrx.crx + release/hypercrx.zip - name: Update oss uses: tvrcgo/upload-to-oss@v0.1.1 @@ -53,4 +53,4 @@ jobs: region: ${{ secrets.region }} bucket: ${{ secrets.bucket }} asset-path: ./publish - target-path: ${{ secrets.deployPath }} \ No newline at end of file + target-path: ${{ secrets.deployPath }}