Skip to content

Commit

Permalink
Upload artifact to google and firefox extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
coderhs authored Jun 8, 2022
1 parent ee772a0 commit 669f13d
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
with:
node-version: 16.14.2
- run: yarn build
- name: Zip Release
uses: TheDoctor0/[email protected]
with:
directory: ./dist
filename: release.zip
- uses: actions/upload-artifact@v2
with:
name: release.zip
Expand All @@ -37,14 +32,10 @@ jobs:
with:
node-version: 16.14.2
- run: yarn build-google
- name: Zip Release
uses: TheDoctor0/[email protected]
with:
directory: ./dist-google
filename: release-google.zip
- uses: actions/upload-artifact@v2
with:
name: release-google.zip
path: ./dist-google
build-firefox:
name: Build Firefox
runs-on: ubuntu-22.04
Expand All @@ -54,11 +45,7 @@ jobs:
with:
node-version: 16.14.2
- run: yarn build-firefox
- name: Zip Release
uses: TheDoctor0/[email protected]
with:
directory: ./dist-firefox
filename: release-firefox.zip
- uses: actions/upload-artifact@v2
with:
name: release-firefox.zip
path: ./dist-firefox

0 comments on commit 669f13d

Please sign in to comment.