Skip to content

Commit

Permalink
v1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Aug 1, 2024
1 parent 001916a commit fc65f0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
New-Item -ItemType directory -Path certificate
Set-Content -Path certificate\certificate.txt -Value '${{ secrets.WINDOWS_PFX }}'
certutil -decode certificate\certificate.txt certificate\certificate.pfx
- name: OSX install setuptools
if: matrix.os == 'macOS-latest'
run: python3 -m pip install setuptools
- name: OSX Codesign executable
if: matrix.os == 'macOS-latest' && startsWith(github.event.head_commit.message,'v1.')
env:
Expand Down

0 comments on commit fc65f0c

Please sign in to comment.