Fix DEB package signing issues.
Austin S. Hemmelgarn committed
Jun 25, 2024 at 11:42 UTC
250d515917bb2cf6486595061eba0658f6163c70
1 file changed
+3
-3
.github/scripts/deb-sign.sh
+3
-3
@@ -6,9 +6,9 @@ pkgdir="${1}"
6
keyid="${2}"
7
8
echo "::group::Installing Dependencies"
9
-apt update
10
-apt upgrade -y
11
-apt install -y debsigs
9
+sudo apt-get update
10
+sudo apt-get upgrade -y
11
+sudo apt-get install -y debsigs
12
echo "::endgroup::"
13
14
echo "::group::Signing packages"