mirror of
https://github.com/openziti/zrok.git
synced 2024-11-29 19:43:26 +01:00
Merge branch 'v0.4.0' into v0.4_bandwidth_limits
This commit is contained in:
commit
68601fbe7e
13
.github/workflows/ci-build.yml
vendored
13
.github/workflows/ci-build.yml
vendored
@ -39,3 +39,16 @@ jobs:
|
|||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: go test -v ./...
|
run: go test -v ./...
|
||||||
|
|
||||||
|
- name: solve GOBIN
|
||||||
|
id: solve_go_bin
|
||||||
|
run: |
|
||||||
|
echo DEBUG: go_path="$(go env GOPATH)"
|
||||||
|
echo go_bin="$(go env GOPATH)/bin" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
- name: upload build artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: linux-amd64
|
||||||
|
path: ${{ steps.solve_go_bin.outputs.go_bin }}/zrok
|
||||||
|
if-no-files-found: error
|
Loading…
Reference in New Issue
Block a user