Skip to content

Commit 1462c48

Browse files
committed
quotes
1 parent edf6984 commit 1462c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-release-assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
run:
6868
|
6969
echo "Checking Packages in ${{inputs.pkgRepo}}/nginx-agent"
70-
printf ${{secrets.PUBTEST_CERT}} > pubtest.crt
71-
printf ${{secrets.PUBTEST_KEY}} > pubtest.key
70+
printf "${{secrets.PUBTEST_CERT}}" > pubtest.crt
71+
printf "${{secrets.PUBTEST_KEY}}" > pubtest.key
7272
PKG_REPO=${{inputs.pkgRepo}} CERT=pubtest.crt KEY=pubtest.key DL=1 scripts/packages/package-check.sh ${{inputs.pkgVersion}}
7373
find ${{inputs.pkgRepo}}/nginx-agent | grep -e "nginx-agent[_-]${{inputs.pkgVersion}}"
7474

0 commit comments

Comments
 (0)