From a42f25daabfeb988d26f88ec821e665984f47975 Mon Sep 17 00:00:00 2001 From: linxiaodong Date: Fri, 14 Jun 2024 15:27:32 +0800 Subject: [PATCH] fix: action-electron-builder version 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 30d01c8..40d8aa2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: node-version: 20 - name: Build/release Electron app - uses: samuelmeuli/action-electron-builder@v1.6 + uses: samuelmeuli/action-electron-builder@v1.6.0 with: # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings)