Skip to content

Commit

Permalink
build-log-pk.asc → build-log-pub.asc
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 28, 2024
1 parent 6d65108 commit bfd78ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ jobs:
if: failure() && steps.build.outcome == 'failure' && env.TARGET_LIBRARY == 'voicevox_onnxruntime'
run: |
for file in ./${{ matrix.artifact_name }}_{stdout,stderr}.txt; do
gpg -ef ./builder/build-log-pk.asc "$file"
gpg -ef ./builder/build-log-pub.asc "$file"
done
- name: Upload the encrypted build log
Expand Down
File renamed without changes.

0 comments on commit bfd78ac

Please sign in to comment.