diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-20 12:17:51 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-20 12:17:51 -0500 |
commit | c8ec2922cf03432d69b8612d0c30535e2c763bd1 (patch) | |
tree | f492ab356bd15509a0ac85be0ab1edd1c9edf52d /.github | |
parent | b629b7d333bafc3ada3d24c64f169b2ed8ca8b4f (diff) | |
download | SponsorBlock-c8ec2922cf03432d69b8612d0c30535e2c763bd1.tar.gz SponsorBlock-c8ec2922cf03432d69b8612d0c30535e2c763bd1.zip |
Added makedir to CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c649c1c6..60e01530 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: with: name: ChromeExtension path: dist + - run: mkdir ./builds - uses: montudor/[email protected] with: args: zip -qq -r ./builds/ChromeExtension.zip ./dist |