Skip to content

Commit b8ada7a

Browse files
committed
test
1 parent 1462c48 commit b8ada7a

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+
echo "${{secrets.PUBTEST_CERT}}" > pubtest.crt
71+
echo "${{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)