Fix making dir automatically

This commit is contained in:
Ajay
2022-01-14 17:35:52 -05:00
parent 9f5ec09789
commit dee836c783

View File

@@ -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 *