From f514a0083d21225027ec250952178edc3e1d1182 Mon Sep 17 00:00:00 2001 From: spark Date: Fri, 31 Jan 2025 13:40:51 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=20wails=20=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E5=8A=A8=E4=BD=9C=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 dAppServer/wails-build-action@latest替换为 dAppServer/wails-build-action - 此修改旨在解决特定版本冲突问题 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f0acab2..f1237d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: submodules: recursive - name: Build wails - uses: dAppServer/wails-build-action@latest + uses: dAppServer/wails-build-action id: build with: build-name: ${{ matrix.build.name }}