ci: fix ci

This commit is contained in:
DLmaster361
2025-07-31 22:07:21 +08:00
parent a2a11647bb
commit f2b4f9e8fc

View File

@@ -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