Added beta build to CI

This commit is contained in:
Ajay Ramachandran
2020-02-20 11:39:06 -05:00
parent 8be3cb157a
commit 514a8b62d6
5 changed files with 31 additions and 1 deletions

View File

@@ -32,3 +32,17 @@ jobs:
name: FirefoxExtension
path: dist
# Create Beta artifacts (Builds with the name changed to beta)
- name: Create Chrome Beta artifacts
run: npm run build:chrome -- --env.stream=beta
- uses: actions/upload-artifact@v1
with:
name: ChromeExtensionBeta
path: dist
- name: Create Firefox Beta artifacts
run: npm run build:firefox -- --env.stream=beta
- uses: actions/upload-artifact@v1
with:
name: FirefoxExtensionBeta
path: dist