|
|
|
|
@ -122,14 +122,14 @@ jobs:
@@ -122,14 +122,14 @@ jobs:
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
- name: Upload Linux Zip to GitHub |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: bwdc-linux-${{ env._PACKAGE_VERSION }}.zip |
|
|
|
|
path: ./dist-cli/bwdc-linux-${{ env._PACKAGE_VERSION }}.zip |
|
|
|
|
if-no-files-found: error |
|
|
|
|
|
|
|
|
|
- name: Upload Linux checksum to GitHub |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: bwdc-linux-sha256-${{ env._PACKAGE_VERSION }}.txt |
|
|
|
|
path: ./dist-cli/bwdc-linux-sha256-${{ env._PACKAGE_VERSION }}.txt |
|
|
|
|
@ -208,14 +208,14 @@ jobs:
@@ -208,14 +208,14 @@ jobs:
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
- name: Upload Mac Zip to GitHub |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: bwdc-macos-${{ env._PACKAGE_VERSION }}.zip |
|
|
|
|
path: ./dist-cli/bwdc-macos-${{ env._PACKAGE_VERSION }}.zip |
|
|
|
|
if-no-files-found: error |
|
|
|
|
|
|
|
|
|
- name: Upload Mac checksum to GitHub |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: bwdc-macos-sha256-${{ env._PACKAGE_VERSION }}.txt |
|
|
|
|
path: ./dist-cli/bwdc-macos-sha256-${{ env._PACKAGE_VERSION }}.txt |
|
|
|
|
@ -351,14 +351,14 @@ jobs:
@@ -351,14 +351,14 @@ jobs:
|
|
|
|
|
-t sha256 | Out-File ./dist-cli/bwdc-windows-sha256-${env:_PACKAGE_VERSION}.txt |
|
|
|
|
|
|
|
|
|
- name: Upload Windows Zip to GitHub |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: bwdc-windows-${{ env._PACKAGE_VERSION }}.zip |
|
|
|
|
path: ./dist-cli/bwdc-windows-${{ env._PACKAGE_VERSION }}.zip |
|
|
|
|
if-no-files-found: error |
|
|
|
|
|
|
|
|
|
- name: Upload Windows checksum to GitHub |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: bwdc-windows-sha256-${{ env._PACKAGE_VERSION }}.txt |
|
|
|
|
path: ./dist-cli/bwdc-windows-sha256-${{ env._PACKAGE_VERSION }}.txt |
|
|
|
|
@ -416,28 +416,28 @@ jobs:
@@ -416,28 +416,28 @@ jobs:
|
|
|
|
|
SIGNING_CERT_NAME: ${{ secrets.SIGNING_CERT_NAME }} |
|
|
|
|
|
|
|
|
|
- name: Upload Portable Executable to GitHub |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: Bitwarden-Connector-Portable-${{ env._PACKAGE_VERSION }}.exe |
|
|
|
|
path: ./dist/Bitwarden-Connector-Portable-${{ env._PACKAGE_VERSION }}.exe |
|
|
|
|
if-no-files-found: error |
|
|
|
|
|
|
|
|
|
- name: Upload Installer Executable to GitHub |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe |
|
|
|
|
path: ./dist/Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe |
|
|
|
|
if-no-files-found: error |
|
|
|
|
|
|
|
|
|
- name: Upload Installer Executable Blockmap to GitHub |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe.blockmap |
|
|
|
|
path: ./dist/Bitwarden-Connector-Installer-${{ env._PACKAGE_VERSION }}.exe.blockmap |
|
|
|
|
if-no-files-found: error |
|
|
|
|
|
|
|
|
|
- name: Upload latest auto-update artifact |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: latest.yml |
|
|
|
|
path: ./dist/latest.yml |
|
|
|
|
@ -485,14 +485,14 @@ jobs:
@@ -485,14 +485,14 @@ jobs:
|
|
|
|
|
run: npm run dist:lin |
|
|
|
|
|
|
|
|
|
- name: Upload AppImage |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-x86_64.AppImage |
|
|
|
|
path: ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-x86_64.AppImage |
|
|
|
|
if-no-files-found: error |
|
|
|
|
|
|
|
|
|
- name: Upload latest auto-update artifact |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: latest-linux.yml |
|
|
|
|
path: ./dist/latest-linux.yml |
|
|
|
|
@ -589,28 +589,28 @@ jobs:
@@ -589,28 +589,28 @@ jobs:
|
|
|
|
|
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} |
|
|
|
|
|
|
|
|
|
- name: Upload .zip artifact |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-mac.zip |
|
|
|
|
path: ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}-mac.zip |
|
|
|
|
if-no-files-found: error |
|
|
|
|
|
|
|
|
|
- name: Upload .dmg artifact |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg |
|
|
|
|
path: ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg |
|
|
|
|
if-no-files-found: error |
|
|
|
|
|
|
|
|
|
- name: Upload .dmg Blockmap artifact |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg.blockmap |
|
|
|
|
path: ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg.blockmap |
|
|
|
|
if-no-files-found: error |
|
|
|
|
|
|
|
|
|
- name: Upload latest auto-update artifact |
|
|
|
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 |
|
|
|
|
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 |
|
|
|
|
with: |
|
|
|
|
name: latest-mac.yml |
|
|
|
|
path: ./dist/latest-mac.yml |
|
|
|
|
|