mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
CI: only upload artifacts with keyring enabled
This commit is contained in:
parent
218e63f7db
commit
ec65c74393
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user