This commit is contained in:
DLmaster361
2025-07-31 21:53:44 +08:00
parent 52468928c6
commit 1d9c275b61

View File

@@ -51,6 +51,18 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Build go updater
shell: pwsh
run: |
go moudel init
go install github.com/akavel/rsrc@latest
Go_Updater/build.ps1
- name: Set up Python
uses: actions/setup-python@v5
with:
@@ -95,17 +107,6 @@ jobs:
output-file: AUTO_MAA
output-dir: AUTO_MAA
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Build go updater
shell: pwsh
run: |
go install github.com/akavel/rsrc@latest
Go_Updater/build.ps1
- name: Upload unsigned main program
id: upload-unsigned-main-program
uses: actions/upload-artifact@v4