Skip to content

Commit

Permalink
chore: replace updater key, manually install relic
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunSHamilton committed Nov 27, 2024
1 parent 58c0177 commit 35f97ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,12 @@ jobs:
if: matrix.platform == 'windows-latest'
run: copy sample.env .env

- name: setup-binary (windows)
- name: setup relic (windows)
if: matrix.platform == 'windows-latest'
uses: supplypike/[email protected]
with:
uri: "https://github.com/sassoftware/relic/releases/download/v8.1.1/relic-windows-amd64.exe"
name: "relic"
version: "8.1.1"
run: |
curl -L -o relic.exe https://github.com/sassoftware/relic/releases/download/v8.1.1/relic-windows-amd64.exe
echo "::add-path::$(pwd)"
shell: cmd

- uses: tauri-apps/tauri-action@v0
env:
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IERBMEZDMUIzMTc4N0E1NTMKUldSVHBZY1hzOEVQMnEydTAzSFNQOWxjelRMdHJ1SmZwVy9vNnJ0bmVtSU1LTFFFZzhsRlZ0UmEK",
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDQwMkZBRkI4MUY5QzZBQzQKUldURWFwd2Z1Szh2UU81ZmVJenNsTXpSQURMbUFqaDF1Rm1WOG9XUEJxYUxxa1RLalRtVm5DVVkK",
"endpoints": [
"https://github.com/freeCodeCamp/exam-env/releases/latest/download/latest.json"
]
Expand Down

0 comments on commit 35f97ea

Please sign in to comment.