From 92a255fd3cd9fd78bd9c450f701d7b3ca302b65d Mon Sep 17 00:00:00 2001 From: Yuxiang Zhang Date: Mon, 16 Mar 2020 22:43:41 +0800 Subject: [PATCH] Update tunasync.yml --- .github/workflows/tunasync.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tunasync.yml b/.github/workflows/tunasync.yml index aaa3487..8a264b1 100644 --- a/.github/workflows/tunasync.yml +++ b/.github/workflows/tunasync.yml @@ -28,6 +28,11 @@ jobs: make tunasync make tunasynctl + - name: Keep artifacts + uses: actions/upload-artifact@v1 + with: + name: tunasync-bin + path: build/ test: name: Test @@ -65,4 +70,4 @@ jobs: uses: coverallsapp/github-action@v1.0.1 with: github-token: ${{ secrets.github_token }} - path-to-lcov: coverage.lcov \ No newline at end of file + path-to-lcov: coverage.lcov