mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-24 00:18:27 +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:
|
with:
|
||||||
name: SafariExtension
|
name: SafariExtension
|
||||||
path: dist
|
path: dist
|
||||||
- run: mkdir ./builds
|
|
||||||
- name: Zip Artifacts
|
- name: Zip Artifacts
|
||||||
run: cd ./dist ; zip -r ../builds/SafariExtension.zip *
|
run: cd ./dist ; zip -r ../builds/SafariExtension.zip *
|
||||||
# Create Edge artifacts
|
# Create Edge artifacts
|
||||||
@@ -71,7 +70,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: EdgeExtension
|
name: EdgeExtension
|
||||||
path: dist
|
path: dist
|
||||||
- run: mkdir ./builds
|
|
||||||
- name: Zip Artifacts
|
- name: Zip Artifacts
|
||||||
run: cd ./dist ; zip -r ../builds/EdgeExtension.zip *
|
run: cd ./dist ; zip -r ../builds/EdgeExtension.zip *
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user