Skip to content

Commit 5553c94

Browse files
committed
fix release workflow to use go module
1 parent f5dcc09 commit 5553c94

File tree

3 files changed

+212
-288
lines changed

3 files changed

+212
-288
lines changed

.github/workflows/ci.yaml

+2-9
Original file line numberDiff line numberDiff line change
@@ -364,14 +364,7 @@ jobs:
364364
run: |
365365
export PATH=/c/hostedtoolcache/windows/go/${{ matrix.go-version }}/x64/bin/:$PATH
366366
cd /c/${{ github.repository }}
367-
go get -v github.com/akiyosi/qt
368-
go get github.com/akiyosi/qt/internal/cmd@v0.0.0-20230718095223-7e4e923f23fa
369-
go get github.com/akiyosi/qt/internal/binding/files/docs/5.12.0
370-
go get github.com/akiyosi/qt/internal/binding/files/docs/5.13.0
371-
go get github.com/akiyosi/qt/internal/cmd/moc@v0.0.0-20230718095223-7e4e923f23fa
372-
go install -v -tags=no_env github.com/akiyosi/qt/cmd/...
373-
go mod vendor
374-
git clone https://github.com/akiyosi/env_windows_amd64_513.git vendor/github.com/akiyosi/env_windows_amd64_513
367+
make qt_bindings
375368
376369
- uses: actions/cache@v2
377370
id: cache-qt-bindings-windows-build
@@ -416,7 +409,7 @@ jobs:
416409
run: |
417410
cd /c/${{ github.repository }}/cmd/goneovim/deploy
418411
mv windows goneovim-windows
419-
zip goneovim-windows -r goneovim-windows
412+
zip -r goneovim-windows.zip goneovim-windows
420413
421414
- name: Upload for windows
422415
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)