diff options
author | Ajay Ramachandran <[email protected]> | 2020-05-10 23:16:35 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-05-10 23:16:35 -0400 |
commit | aa8225c1961e2518cf5a618762daf7554d6d287d (patch) | |
tree | 7cdf76630857ce764efe58c0aab41106ce571a36 /.github | |
parent | 9e0a9b4601c8fc7344e84ff948a094c37fc387da (diff) | |
download | SponsorBlock-aa8225c1961e2518cf5a618762daf7554d6d287d.tar.gz SponsorBlock-aa8225c1961e2518cf5a618762daf7554d6d287d.zip |
Fixed release CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1043661f..f718dfa3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,8 +72,8 @@ jobs: run: sudo apt-get install rename - name: Install signed file run: cd ./web-ext-artifacts - run: rename 's/.*/FirefoxSignedInstaller.xpi/' * - run: cd .. + - run: rename 's/.*/FirefoxSignedInstaller.xpi/' * + - run: cd .. - uses: actions/upload-artifact@v1 with: name: FirefoxExtensionSigned.xpi |