Skip to content

Commit

Permalink
Restore key file for swazzler signing (#1077)
Browse files Browse the repository at this point in the history
## Goal
Restore the file containing the key used for Swazzler signing
  • Loading branch information
bidetofevil authored Jul 10, 2024
1 parent 56cb3b4 commit f9ff3d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-rc-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
jdk-version: [ "17" ]
ndk-version: [ "21.4.7075529" ]
steps:
- name: Decode Keystore
run: |
mkdir "$RUNNER_TEMP"/keystore
echo $mavenSigningKeyRingFileEncoded | base64 -di > "$RUNNER_TEMP"/keystore/2DE631C1.gpg
echo "mavenSigningKeyRingFile=$RUNNER_TEMP/keystore/2DE631C1.gpg" >> $GITHUB_ENV
- name: Configure git
run: |
git config --global user.name 'embrace-ci[bot]'
Expand Down

0 comments on commit f9ff3d8

Please sign in to comment.