We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d888efa commit 4c36a61Copy full SHA for 4c36a61
1 file changed
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
pushd $file
38
if [[ $file == *-win64 ]]; then
39
7z a ../$file.7z .
40
- # gpg --detach-sign ../$file.7z
+ gpg --detach-sign ../$file.7z
41
# 7z a ../$file-modulesonly.7z '-ir!*.spk' '-ir!revil*.dll'
42
# gpg --detach-sign ../$file-modulesonly.7z
43
else
@@ -47,7 +47,7 @@ jobs:
47
# 7z a ../${BASENAME}-modulesonly.7z '-ir!*.spk' '-ir!librevil.so*'
48
# gpg --detach-sign ../${BASENAME}-modulesonly.7z
49
mv *.tar.xz ..
50
- # gpg --detach-sign ../*.tar.xz
+ gpg --detach-sign ../*.tar.xz
51
fi
52
popd
53
0 commit comments