mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-27 09:47:34 +03:00
use find
to get paths to MSIs to sign
This commit is contained in:
parent
3130cb8c5c
commit
bf8ee4fb63
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user