We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016e1a4 commit 32fbb76Copy full SHA for 32fbb76
.github/workflows/publish.yml
@@ -45,6 +45,11 @@ jobs:
45
name: azurehound-bin-${{ matrix.os }}-${{ matrix.arch }}
46
path: azurehound*
47
48
+ - name: Create Executable Checksums
49
+ run: |
50
+ file=$(ls azurehound*)
51
+ sha256sum $file > ${file}.sha256
52
+
53
- name: Zip
54
run: 7z a -tzip -mx9 ${{ env.FILE_NAME }}.zip azurehound*
55
@@ -135,6 +140,12 @@ jobs:
135
140
osslsigncode verify -CAfile cert-chain.pem "$artifact"
136
141
done
137
142
143
144
145
+ cd signed
146
147
148
138
149
- name: Zip Signed Executables
139
150
run: |
151
mkdir zipped
0 commit comments