Skip to content

Commit

Permalink
switch to yq
Browse files Browse the repository at this point in the history
  • Loading branch information
Misieq01 committed Feb 25, 2025
1 parent 4ce6a79 commit 9b19046
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,10 @@ jobs:
shell: bash
env:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
WINDOWS_SIGN_COMMAND: trusted-signing-cli -e https://eus.codesigning.azure.net/ -a Tari -d '${{ env.releaseName }}' -c Tarilabs %1
WINDOWS_SIGN_COMMAND: trusted-signing-cli -e https://eus.codesigning.azure.net/ -a Tari -d \"${{ env.releaseName }}\" -c Tarilabs %1
run: |
cd "${GITHUB_WORKSPACE}/src-tauri"
echo "{}" | \
jq '.bundle .windows += {"signCommand": "${{ env.WINDOWS_SIGN_COMMAND }}"}' > \
./tauri.windows.conf.json
yq -i '.bundle.windows.signCommand = env(WINDOWS_SIGN_COMMAND)' ./tauri.windows.conf.json
cat ./tauri.windows.conf.json
cargo install [email protected] --locked
Expand Down

0 comments on commit 9b19046

Please sign in to comment.