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 }}