aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-02-06 23:34:32 -0500
committerAjay <[email protected]>2022-02-06 23:34:32 -0500
commite623af859fa4b04d59605b69e9ba5027e9285249 (patch)
tree673ac1c650852c9abea17fab3db0956bbc4bedb8 /.github
parent8c60f25d4aa471538c482c72fbb7d5f48e4e097b (diff)
downloadSponsorBlock-e623af859fa4b04d59605b69e9ba5027e9285249.tar.gz
SponsorBlock-e623af859fa4b04d59605b69e9ba5027e9285249.zip
Fix release ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml4
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