From 36d58e4c3f956a1bf65dd0602bc90adba812c52f Mon Sep 17 00:00:00 2001 From: Raul Metsma Date: Tue, 26 May 2026 10:02:29 +0300 Subject: [PATCH] Fetch previous Chrome/Edge policy selection IB-8861 Signed-off-by: Raul Metsma --- .github/workflows/build.yml | 12 ++++++------ bootstrapper.wxs | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8b7e6f..0be0b25 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,25 +10,25 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Download Updater package - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v21 with: workflow: build.yml - branch: arm64 + branch: master name_is_regexp: true name: msi_143_[x64|arm64] merge_multiple: true repo: open-eid/updater - name: Download DigiDoc4 package - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v21 with: workflow: build.yml - branch: arm64 + branch: master name_is_regexp: true name: msi_143_[x64|arm64] merge_multiple: true repo: open-eid/DigiDoc4-Client - name: Download Web-eID packages - uses: dawidd6/action-download-artifact@v11 + uses: dawidd6/action-download-artifact@v21 with: workflow: cmake-windows.yml branch: coverity_scan @@ -61,7 +61,7 @@ jobs: unzip --% Open-EID.zip -x 'Digidoc*' 'web-eid*' 'ID-Updater*' pwsh build.ps1 - name: Archive artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: windows path: Open-EID-*.exe \ No newline at end of file diff --git a/bootstrapper.wxs b/bootstrapper.wxs index 52fb1d5..81b0726 100644 --- a/bootstrapper.wxs +++ b/bootstrapper.wxs @@ -36,6 +36,10 @@ Key="SOFTWARE\Google\Chrome\Extensions\ncibgoaomkmdpilpocfeponihegamlic" Value="update_url" After="OpenEID_Installed" /> + +