We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1462c48 commit b8ada7aCopy full SHA for b8ada7a
.github/workflows/upload-release-assets.yml
@@ -67,8 +67,8 @@ jobs:
67
run:
68
|
69
echo "Checking Packages in ${{inputs.pkgRepo}}/nginx-agent"
70
- printf "${{secrets.PUBTEST_CERT}}" > pubtest.crt
71
- printf "${{secrets.PUBTEST_KEY}}" > pubtest.key
+ echo "${{secrets.PUBTEST_CERT}}" > pubtest.crt
+ echo "${{secrets.PUBTEST_KEY}}" > pubtest.key
72
PKG_REPO=${{inputs.pkgRepo}} CERT=pubtest.crt KEY=pubtest.key DL=1 scripts/packages/package-check.sh ${{inputs.pkgVersion}}
73
find ${{inputs.pkgRepo}}/nginx-agent | grep -e "nginx-agent[_-]${{inputs.pkgVersion}}"
74
0 commit comments