We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20240c7 commit eb16cd3Copy full SHA for eb16cd3
.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
73
$config['FilePath'] = 'Scoop.cat'
74
$config['Certificate'] = Get-ChildItem Cert:\CurrentUser\My -CodeSigningCert
75
Set-Location .\src
76
- New-FileCatalog Scoop.cat
+ New-FileCatalog Scoop.cat -CatalogVersion 2
77
Set-AuthenticodeSignature @config
78
- name: Upload module
79
uses: actions/upload-artifact@v3
SignSettings.psd1
@@ -1,4 +1,5 @@
1
@{
2
FilePath = @('Scoop.psd1', 'Scoop.psm1')
3
TimeStampServer = 'http://timestamp.sectigo.com'
4
+ HashAlgorithm = 'SHA256'
5
}
0 commit comments