mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 22:55:52 -06:00
Update compile.yaml
This commit is contained in:
parent
80675b4c3f
commit
5a89053534
5
.github/workflows/compile.yaml
vendored
5
.github/workflows/compile.yaml
vendored
@ -32,6 +32,11 @@ jobs:
|
|||||||
$cert = Get-ChildItem -Path Cert:\CurrentUser\My -CodeSigningCert | Select-Object -First 1
|
$cert = Get-ChildItem -Path Cert:\CurrentUser\My -CodeSigningCert | Select-Object -First 1
|
||||||
if ($null -eq $cert) { throw "Code signing certificate not found" }
|
if ($null -eq $cert) { throw "Code signing certificate not found" }
|
||||||
Set-AuthenticodeSignature -FilePath ./winutil.ps1 -Certificate $cert
|
Set-AuthenticodeSignature -FilePath ./winutil.ps1 -Certificate $cert
|
||||||
|
- name: Upload winutil.ps1 as artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: winutil
|
||||||
|
path: ./winutil.ps1
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: Compile Winutil
|
commit_message: Compile Winutil
|
||||||
|
Loading…
Reference in New Issue
Block a user