mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Fixed release CI
This commit is contained in:
parent
9e0a9b4601
commit
aa8225c196
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -72,8 +72,8 @@ jobs:
|
||||||
run: sudo apt-get install rename
|
run: sudo apt-get install rename
|
||||||
- name: Install signed file
|
- name: Install signed file
|
||||||
run: cd ./web-ext-artifacts
|
run: cd ./web-ext-artifacts
|
||||||
run: rename 's/.*/FirefoxSignedInstaller.xpi/' *
|
- run: rename 's/.*/FirefoxSignedInstaller.xpi/' *
|
||||||
run: cd ..
|
- run: cd ..
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: FirefoxExtensionSigned.xpi
|
name: FirefoxExtensionSigned.xpi
|
||||||
|
|
Loading…
Reference in a new issue