Skip to content

Commit

Permalink
Added quotes for signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub committed Oct 21, 2024
1 parent 38fa41a commit 827d1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Build Release Artifacts Bundle
working-directory: ${{env.RELEASE_DIR}}
run: |
echo ${{secrets.BENCHMARK_SIGNING_KEY}} > signing-key.txt
echo "${{secrets.BENCHMARK_SIGNING_KEY}}" > signing-key.txt
${LATEST_DIR}/.github/scripts/make-release-artifact-bundle.sh ${VERSION} signing-key.txt
docker compose down
Expand Down

0 comments on commit 827d1e2

Please sign in to comment.