mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
renaming upload tasks
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user