We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf6984 commit 1462c48Copy full SHA for 1462c48
.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
+ printf "${{secrets.PUBTEST_CERT}}" > pubtest.crt
+ printf "${{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