mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
getting the correct artifacts uploaded to github
This commit is contained in:
34
.github/workflows/build-and-sign.yml
vendored
34
.github/workflows/build-and-sign.yml
vendored
@@ -83,19 +83,33 @@ jobs:
|
|||||||
- name: List Dist
|
- name: List Dist
|
||||||
run: dir ./dist
|
run: dir ./dist
|
||||||
|
|
||||||
#- name: Upload portable exe artifact
|
- name: Upload signed portable exe artifact
|
||||||
#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-Portable-${{ env.PACKAGE_VERSION }}.exe
|
name: Bitwarden-Portable-${{ env.PACKAGE_VERSION }}-signed.exe
|
||||||
# path: ./dist/Bitwarden-Portable-${{ env.PACKAGE_VERSION }}.exe
|
path: ./dist/Bitwarden-Portable-${{ env.PACKAGE_VERSION }}.exe
|
||||||
|
|
||||||
#- name: Upload installer exe artifact
|
- name: Upload signed installer exe artifact
|
||||||
#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-Installer-${{ env.PACKAGE_VERSION }}.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
|
||||||
|
#if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: Bitwarden-${{ env.PACKAGE_VERSION }}-ia32-signed.appx
|
||||||
|
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-ia32.appx
|
||||||
|
|
||||||
|
- name: Upload signed appx x64 artifact
|
||||||
|
#if: github.ref == 'refs/heads/master' || github.event_name == 'release'
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: Bitwarden-${{ env.PACKAGE_VERSION }}-x64-signed.appx
|
||||||
|
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-x64.appx
|
||||||
|
|
||||||
#- name: Upload release assets
|
#- name: Upload release assets
|
||||||
# if: github.event_name == 'release'
|
# if: github.event_name == 'release'
|
||||||
|
|||||||
Reference in New Issue
Block a user