mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-23 16:08:29 +03:00
Fix making dir automatically
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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 *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user