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 e82518a commit 821279bCopy full SHA for 821279b
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
equivs-build pkg
25
PKGN=$(awk '/^Package:/ {print $2}' pkg)
26
echo "PKG=${PKGN}" >> $GITHUB_ENV
27
- FILE1=$(realpath "$PKGN"_99.9.9_all.deb)
+ FILE1=$(realpath "*.deb")
28
echo "FILE1=${FILE1}" >> $GITHUB_ENV
29
30
0 commit comments