Skip to content

Commit eb16cd3

Browse files
authored
Update hashing algorithm (#7)
1 parent 20240c7 commit eb16cd3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
$config['FilePath'] = 'Scoop.cat'
7474
$config['Certificate'] = Get-ChildItem Cert:\CurrentUser\My -CodeSigningCert
7575
Set-Location .\src
76-
New-FileCatalog Scoop.cat
76+
New-FileCatalog Scoop.cat -CatalogVersion 2
7777
Set-AuthenticodeSignature @config
7878
- name: Upload module
7979
uses: actions/upload-artifact@v3

SignSettings.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@{
22
FilePath = @('Scoop.psd1', 'Scoop.psm1')
33
TimeStampServer = 'http://timestamp.sectigo.com'
4+
HashAlgorithm = 'SHA256'
45
}

0 commit comments

Comments
 (0)