1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Upload podsync binaries from CI Build job

This commit is contained in:
Maksym Pavlenko
2020-04-19 13:35:12 -07:00
parent eb175683da
commit 57d84f71bc
2 changed files with 10 additions and 3 deletions

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