From ec65c74393caadb1a9f8dcc327f612988b9af122 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Thu, 13 May 2021 12:11:52 +0200 Subject: [PATCH] CI: only upload artifacts with keyring enabled --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5921b61..f539780 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - features: ["", "--features keyring-auth"] + features: ["", "--all-features"] steps: - uses: actions/checkout@v2 @@ -50,6 +50,7 @@ jobs: run: cargo test --release ${{ matrix.features }} --verbose - name: Archive artifacts uses: actions/upload-artifact@v2 + if: matrix.features == '--all-features' with: name: Binaries path: |