Skip to content

Commit

Permalink
[workflow] change all "hypertrons-crx" to "hypercrx" in build.yml (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyn1998 authored Jan 18, 2022
1 parent b5111ac commit b6dc905
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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/[email protected]
Expand All @@ -53,4 +53,4 @@ jobs:
region: ${{ secrets.region }}
bucket: ${{ secrets.bucket }}
asset-path: ./publish
target-path: ${{ secrets.deployPath }}
target-path: ${{ secrets.deployPath }}

0 comments on commit b6dc905

Please sign in to comment.