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 268e725 commit 47b6655Copy full SHA for 47b6655
.github/workflows/build.yaml
@@ -56,7 +56,7 @@ jobs:
56
env:
57
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
58
# skip signing if secret is not available (e.g., if run from a PR made by somebody outside of this repository)
59
- if: ${{ env.SIGNING_KEY == '' }}
+ if: ${{ env.SIGNING_KEY != '' }}
60
run: |
61
./sign.sh out/runtime-*
62
# copy pubkey so that it's included with the files uploaded to the release page
0 commit comments