diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd44abca..67bc51f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -289,9 +289,6 @@ jobs: SIGNING_CLIENT_SECRET: ${{ secrets.SIGNING_CLIENT_SECRET }} SIGNING_CERT_NAME: ${{ secrets.SIGNING_CERT_NAME }} - - name: List Dist - run: dir ./dist - - name: Upload Portable Executable to GitHub uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700 # v2.2.3 with: @@ -306,6 +303,13 @@ jobs: 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@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700 # v2.2.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@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700 # v2.2.3 with: @@ -479,6 +483,13 @@ jobs: path: ./dist/Bitwarden-Connector-${{ env._PACKAGE_VERSION }}.dmg if-no-files-found: error + - name: Upload .dmg Blockmap artifact + uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700 # v2.2.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@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700 # v2.2.3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 328f97bc..6f5afa5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,9 +64,11 @@ jobs: ./bwdc-linux-sha256-${{ env.PKG_VERSION }}.txt, ./Bitwarden-Connector-Portable-${{ env.PKG_VERSION }}.exe, ./Bitwarden-Connector-Installer-${{ env.PKG_VERSION }}.exe, + ./Bitwarden-Connector-Installer-${{ env.PKG_VERSION }}.exe.blockmap, ./Bitwarden-Connector-${{ env.PKG_VERSION }}-x86_64.AppImage, ./Bitwarden-Connector-${{ env.PKG_VERSION }}-mac.zip, ./Bitwarden-Connector-${{ env.PKG_VERSION }}.dmg, + ./Bitwarden-Connector-${{ env.PKG_VERSION }}.dmg.blockmap, ./latest-linux.yml, ./latest-mac.yml, ./latest.yml"