From 1b5319f706ed89d179127aaf1cbfc14829a577f3 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 25 Jun 2026 00:31:19 +0200 Subject: [PATCH] check ps1 scripts after signing Signed-off-by: Armin Schrenk --- .github/workflows/win-exe.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index bfe702ab3..f0307811d 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -234,6 +234,13 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} client-id: ${{ secrets.AZURE_CLIENT_ID }} client-secret: ${{ secrets.AZURE_CLIENT_SECRET }} + - name: Upload artifacts + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 + with: + name: ps1-${{ matrix.arch }} + path: | + appdir/Cryptomator/*.ps1 + if-no-files-found: error - name: Replace DLLs inside jars with signed ones shell: pwsh run: |