From f2b4f9e8fc7522cfab024e87857489a0742be19a Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Thu, 31 Jul 2025 22:07:21 +0800 Subject: [PATCH] ci: fix ci --- .github/workflows/build-app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index be1dd6e..28af86f 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -59,9 +59,10 @@ jobs: - name: Build go updater shell: pwsh run: | + cd Go_Updater go mod init go install github.com/akavel/rsrc@latest - Go_Updater/build.ps1 + .\build.ps1 - name: Set up Python uses: actions/setup-python@v5