Github workflow add missing mingw installation
This commit is contained in:
parent
7db72169f9
commit
0229fef0c0
|
|
@ -42,7 +42,12 @@ jobs:
|
|||
filename: "ssh_private_key.base64.rot13"
|
||||
working-directory: "./resources"
|
||||
|
||||
- run: make release
|
||||
- name: Set up MinGW
|
||||
uses: egor-tensin/setup-mingw@v2
|
||||
with:
|
||||
platform: x64
|
||||
|
||||
- run: make win
|
||||
|
||||
- name: Store release artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@ socks5-ssh-proxy.release
|
|||
*.base64
|
||||
*.exe
|
||||
*.zip
|
||||
|
||||
resource.syso
|
||||
dist/
|
||||
|
|
|
|||
Loading…
Reference in New Issue