From aab5141404351e7b1a1e550d6a7707aa5a77cef7 Mon Sep 17 00:00:00 2001 From: GyDi <zzzgydi@gmail.com> Date: Sat, 12 Nov 2022 16:54:57 +0800 Subject: [PATCH] chore: fix ci --- .github/workflows/alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 81998cc..924b678 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -62,7 +62,7 @@ jobs: yarn run check - name: Tauri build - uses: tauri-apps/tauri-action@0 + uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} -- GitLab