aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7edb5c06..942d479b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -59,7 +59,6 @@ jobs:
with:
name: SafariExtension
path: dist
- - run: mkdir ./builds
- name: Zip Artifacts
run: cd ./dist ; zip -r ../builds/SafariExtension.zip *
# Create Edge artifacts
@@ -71,7 +70,6 @@ jobs:
with:
name: EdgeExtension
path: dist
- - run: mkdir ./builds
- name: Zip Artifacts
run: cd ./dist ; zip -r ../builds/EdgeExtension.zip *