Skip to content

Commit 29e3a75

Browse files
committed
temp disable signing
1 parent dbfb920 commit 29e3a75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pushd $file
3838
if [[ $file == *-win64 ]]; then
3939
7z a ../$file.7z .
40-
gpg --detach-sign ../$file.7z
40+
# gpg --detach-sign ../$file.7z
4141
# 7z a ../$file-modulesonly.7z '-ir!*.spk' '-ir!revil*.dll'
4242
# gpg --detach-sign ../$file-modulesonly.7z
4343
else
@@ -47,7 +47,7 @@ jobs:
4747
# 7z a ../${BASENAME}-modulesonly.7z '-ir!*.spk' '-ir!librevil.so*'
4848
# gpg --detach-sign ../${BASENAME}-modulesonly.7z
4949
mv *.tar.xz ..
50-
gpg --detach-sign ../*.tar.xz
50+
# gpg --detach-sign ../*.tar.xz
5151
fi
5252
popd
5353
fi

0 commit comments

Comments
 (0)