From af4b969f54c7f702811b77db37f28b042316fdb5 Mon Sep 17 00:00:00 2001 From: lencx Date: Fri, 21 Oct 2022 07:16:23 +0800 Subject: [PATCH] fix: action error --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71f3f81..56e0106 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: - name: Install app dependencies and build it run: yarn && yarn build - - uses: tauri-apps/tauri-action@v0.2 + - uses: tauri-apps/tauri-action@v0.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}