ci: fix ci
This commit is contained in:
3
.github/workflows/build-app.yml
vendored
3
.github/workflows/build-app.yml
vendored
@@ -59,9 +59,10 @@ jobs:
|
|||||||
- name: Build go updater
|
- name: Build go updater
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
|
cd Go_Updater
|
||||||
go mod init
|
go mod init
|
||||||
go install github.com/akavel/rsrc@latest
|
go install github.com/akavel/rsrc@latest
|
||||||
Go_Updater/build.ps1
|
.\build.ps1
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user