diff options
author | Ajay <[email protected]> | 2022-01-14 17:35:52 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2022-01-14 17:35:52 -0500 |
commit | dee836c7838564180f69e49e2098c9f7272779b2 (patch) | |
tree | 214ffb336300384f272b6c3c417c2e477fc806e8 /.github | |
parent | 9f5ec09789834c8566e7d1d0f25f47fd07fc5f83 (diff) | |
download | SponsorBlock-dee836c7838564180f69e49e2098c9f7272779b2.tar.gz SponsorBlock-dee836c7838564180f69e49e2098c9f7272779b2.zip |
Fix making dir automatically
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
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 * |