mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
renaming upload tasks
This commit is contained in:
parent
7410f99d83
commit
4897abce7d
4
.github/workflows/build-and-sign.yml
vendored
4
.github/workflows/build-and-sign.yml
vendored
@ -102,14 +102,14 @@ jobs:
|
|||||||
name: Bitwarden-Installer-${{ env.PACKAGE_VERSION }}-signed.exe
|
name: Bitwarden-Installer-${{ env.PACKAGE_VERSION }}-signed.exe
|
||||||
path: ./dist/nsis-web/Bitwarden-Installer-${{ env.PACKAGE_VERSION }}.exe
|
path: ./dist/nsis-web/Bitwarden-Installer-${{ env.PACKAGE_VERSION }}.exe
|
||||||
|
|
||||||
- name: Upload signed appx ia32 artifact
|
- name: Upload appx ia32 artifact (not signed)
|
||||||
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env.PACKAGE_VERSION }}-ia32.appx
|
name: Bitwarden-${{ env.PACKAGE_VERSION }}-ia32.appx
|
||||||
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-ia32.appx
|
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-ia32.appx
|
||||||
|
|
||||||
- name: Upload signed appx x64 artifact
|
- name: Upload appx x64 artifact (not signed)
|
||||||
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user