From 46ebb3890cca262f238af6b39141fe342ac075ef Mon Sep 17 00:00:00 2001 From: Amerlander Date: Wed, 14 Feb 2024 13:28:25 +0100 Subject: [PATCH] use private keys --- .github/workflows/tauri.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index cd97ce581..6ebcb9408 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -31,7 +31,6 @@ jobs: - name: Copy static files run: | - ls -l mkdir -p ./built/packaged/static/ cp -r ./built/packaged/docs/static/. ./built/packaged/static/ @@ -114,6 +113,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} + TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} with: tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags. releaseName: 'MakeCode Calliope mini v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.