Compare commits
13 Commits
main
...
self-hoste
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a9fc2be30 | ||
|
|
3442baa356 | ||
|
|
d6e92e0434 | ||
|
|
c908065585 | ||
|
|
f9125d4060 | ||
|
|
153a46e9c1 | ||
|
|
eb9ec074de | ||
|
|
ab215c0bda | ||
|
|
01664f8cba | ||
|
|
6a99ea5808 | ||
|
|
fa6d55cd35 | ||
|
|
a7b40a0aa7 | ||
|
|
60b5605438 |
3
.github/workflows/theseus-release.yml
vendored
3
.github/workflows/theseus-release.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [macos-latest, windows-latest, ubuntu-22.04]
|
||||
platform: [macos-latest, self-hosted, ubuntu-22.04]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
@ -127,6 +127,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
|
||||
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
|
||||
DIGICERT_PASSWORD: ${{ secrets.DIGICERT_PASSWORD }}
|
||||
|
||||
- name: upload ${{ matrix.platform }}
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
{
|
||||
"bundle": {
|
||||
"createUpdaterArtifacts": "v1Compatible"
|
||||
"createUpdaterArtifacts": "v1Compatible",
|
||||
"windows": {
|
||||
"certificateThumbprint": "6007d6ed9b1ba057aa29144d58ca3ed89ac4ef94",
|
||||
"signCommand": "bash -c \"jsign.bat --storetype ETOKEN --alg SHA-256 --storepass $DIGICERT_PASSWORD --tsurl https://timestamp.digicert.com %1\""
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"features": ["updater"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user