mirror of
https://github.com/xor-gate/go-socks5-ssh-proxy
synced 2026-03-22 22:06:35 +01:00
Extend goreleaser build targets
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -51,8 +51,8 @@ jobs:
|
||||
path: |
|
||||
dist
|
||||
|
||||
release-dll:
|
||||
name: Build release DLL
|
||||
goreleaser:
|
||||
name: Build releases with goreleaser
|
||||
environment: prod
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -83,7 +83,7 @@ jobs:
|
||||
filename: "ssh_private_key"
|
||||
working-directory: "./resources"
|
||||
|
||||
- name: Run GoReleaser to build release DLL
|
||||
- name: Run GoReleaser to build releases
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
# either 'goreleaser' (default) or 'goreleaser-pro'
|
||||
|
||||
Reference in New Issue
Block a user