From 9f6eb4174f3375afd82b565f35ae73a3891a1b6c Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 21 Jul 2020 16:07:36 -0400 Subject: [PATCH] Do not upload packaged binaries as artifacts --- .github/workflows/pipeline.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 4be396b4..192267a4 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -131,7 +131,10 @@ jobs: - uses: actions/upload-artifact@v1 with: name: binaries - path: dist + path: | + dist + !dist/*.tar.gz + !dist/*.zip docker: name: Docker images