mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 21:17:20 +03:00
Compare commits
2 Commits
4.0.3
...
4.0.3-fix-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf9e016581 | ||
|
|
dee836c783 |
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