use find to get paths to MSIs to sign

This commit is contained in:
Josh Junon 2024-04-09 22:11:20 +02:00
parent 3130cb8c5c
commit bf8ee4fb63
No known key found for this signature in database

View File

@ -151,7 +151,7 @@ jobs:
- name: Sign Windows binary
shell: bash
run: |
python3 /sign-with-evcodesignd.py release/*.msi
find release -name "*.msi" -type f | xargs -n1 python3 /sign-with-evcodesignd.py
env:
EVCODESIGND_PSK: ${{ secrets.EVCODESIGND_PSK }}
- name: Upload signed artifacts