Upload podsync binaries from CI Build job

This commit is contained in:
Maksym Pavlenko
2020-04-19 13:37:35 -07:00
parent eb175683da
commit 57d84f71bc
2 changed files with 10 additions and 3 deletions
+9 -2
View File
@@ -14,11 +14,18 @@ jobs:
uses: actions/setup-go@v1
with:
go-version: 1.12
- name: Checkout
uses: actions/checkout@v1
- name: Build
run: |
make build
run: make build
- name: Upload
uses: actions/upload-artifact@v1
with:
name: podsync-${{ matrix.os }}
path: bin/
test:
name: Test
+1 -1
View File
@@ -9,7 +9,7 @@ all: build lint test
#
.PHONY: build
build:
go build -o podsync ./cmd/podsync
go build -o bin/podsync ./cmd/podsync
#
# Build Docker image