Skip to content

Commit 848fd6a

Browse files
authored
Update build.yml
1 parent 6c101f7 commit 848fd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
equivs-build pkg
2525
PKGN=$(awk '/^Package:/ {print $2}' pkg)
2626
echo "PKG=${PKGN}" >> $GITHUB_ENV
27-
FILE1=$(realpath $PKGN_99.9.9_all.deb)
27+
FILE1=$(realpath "$PKGN"_99.9.9_all.deb)
2828
echo "FILE1=${FILE1}" >> $GITHUB_ENV
2929
3030

0 commit comments

Comments
 (0)