-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: replace updater key, manually install relic
- Loading branch information
1 parent
58c0177
commit 35f97ea
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters