Build installers for Windows ARM64 (#3825)

---------

Co-authored-by: Armin Schrenk <armin.schrenk@skymatic.de>
This commit is contained in:
Ralph Plawetzki
2025-06-11 12:17:04 +02:00
committed by GitHub
parent f2bda6b5f9
commit 2afd8d0988
3 changed files with 133 additions and 55 deletions

View File

@@ -23,5 +23,5 @@ jobs:
identifier: Cryptomator.Cryptomator
version: ${{ inputs.tag }}
release-tag: ${{ inputs.tag }}
installers-regex: '\.msi$'
installers-regex: '-x64\.msi$'
token: ${{ secrets.CRYPTOBOT_WINGET_TOKEN }}