diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 942d479b..79ea0e3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: # Create Beta artifacts (Builds with the name changed to beta) - name: Create Chrome Beta artifacts - run: npm run build:chrome -- --env.stream=beta + run: npm run build:chrome -- --env stream=beta - uses: actions/upload-artifact@v2 with: name: ChromeExtensionBeta @@ -112,7 +112,7 @@ jobs: # Firefox Beta - name: Create Firefox Beta artifacts - run: npm run build:firefox -- --env.stream=beta + run: npm run build:firefox -- --env stream=beta - uses: actions/upload-artifact@v2 with: name: FirefoxExtensionBeta |