diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e371488..0564f6f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,9 @@ on: jobs: publish-tauri: + env: + TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} + TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} permissions: contents: write strategy: diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5ceae7b..92db894 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -61,8 +61,9 @@ "endpoints": [ "https://releases.myapp.com/{{target}}/{{arch}}/{{current_version}}" ], - "dialog": true, + "dialog": false, "pubkey": "/Users/dankat/.tauri/pasta.key.pub" + }, "windows": [ {