aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-01-14 17:35:52 -0500
committerAjay <[email protected]>2022-01-14 17:35:52 -0500
commitdee836c7838564180f69e49e2098c9f7272779b2 (patch)
tree214ffb336300384f272b6c3c417c2e477fc806e8 /.github
parent9f5ec09789834c8566e7d1d0f25f47fd07fc5f83 (diff)
downloadSponsorBlock-dee836c7838564180f69e49e2098c9f7272779b2.tar.gz
SponsorBlock-dee836c7838564180f69e49e2098c9f7272779b2.zip
Fix making dir automatically
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 *