Skip to content

Commit

Permalink
use find to get paths to MSIs to sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Apr 9, 2024
1 parent 3130cb8 commit bf8ee4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf8ee4f

Please sign in to comment.