|
|
|
|
@ -124,14 +124,14 @@ jobs:
@@ -124,14 +124,14 @@ jobs:
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
- name: Upload Linux Zip to GitHub |
|
|
|
|
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
|
|
|
|
with: |
|
|
|
|
name: bwdc-linux-sha256-${{ env._PACKAGE_VERSION }}.txt |
|
|
|
|
path: ./dist-cli/bwdc-linux-sha256-${{ env._PACKAGE_VERSION }}.txt |
|
|
|
|
@ -212,14 +212,14 @@ jobs:
@@ -212,14 +212,14 @@ jobs:
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
- name: Upload Mac Zip to GitHub |
|
|
|
|
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
|
|
|
|
with: |
|
|
|
|
name: bwdc-macos-sha256-${{ env._PACKAGE_VERSION }}.txt |
|
|
|
|
path: ./dist-cli/bwdc-macos-sha256-${{ env._PACKAGE_VERSION }}.txt |
|
|
|
|
@ -356,14 +356,14 @@ jobs:
@@ -356,14 +356,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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
|
|
|
|
with: |
|
|
|
|
name: latest.yml |
|
|
|
|
path: ./dist/latest.yml |
|
|
|
|
@ -484,14 +484,14 @@ jobs:
@@ -484,14 +484,14 @@ jobs:
|
|
|
|
|
run: npm run dist:lin |
|
|
|
|
|
|
|
|
|
- name: Upload AppImage |
|
|
|
|
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
|
|
|
|
with: |
|
|
|
|
name: latest-linux.yml |
|
|
|
|
path: ./dist/latest-linux.yml |
|
|
|
|
@ -587,28 +587,28 @@ jobs:
@@ -587,28 +587,28 @@ jobs:
|
|
|
|
|
CSC_FOR_PULL_REQUEST: true |
|
|
|
|
|
|
|
|
|
- name: Upload .zip artifact |
|
|
|
|
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.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@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2 |
|
|
|
|
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
|
|
|
|
with: |
|
|
|
|
name: latest-mac.yml |
|
|
|
|
path: ./dist/latest-mac.yml |
|
|
|
|
|