Fixed indentation in release workflow

This commit is contained in:
Ajay Ramachandran
2020-04-27 14:07:09 -04:00
parent a217831c22
commit 9069f7cee6

View File

@@ -69,15 +69,15 @@ jobs:
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
- name: Install rename
run: sudo apt-get install rename
run: sudo apt-get install rename
- name: Install signed file
run: cd ./web-ext-artifacts
run: rename 's/.*/FirefoxSignedInstaller.xpi/' *
run: cd ..
run: cd ./web-ext-artifacts
run: rename 's/.*/FirefoxSignedInstaller.xpi/' *
run: cd ..
- uses: actions/upload-artifact@v1
with:
name: FirefoxExtensionSigned.xpi
path: ./web-ext-artifacts/FirefoxSignedInstaller.xpi
with:
name: FirefoxExtensionSigned.xpi
path: ./web-ext-artifacts/FirefoxSignedInstaller.xpi
# Upload each release asset
- name: Upload to release