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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
features: ["", "--features keyring-auth"]
|
features: ["", "--all-features"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -50,6 +50,7 @@ jobs:
|
|||||||
run: cargo test --release ${{ matrix.features }} --verbose
|
run: cargo test --release ${{ matrix.features }} --verbose
|
||||||
- name: Archive artifacts
|
- name: Archive artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
if: matrix.features == '--all-features'
|
||||||
with:
|
with:
|
||||||
name: Binaries
|
name: Binaries
|
||||||
path: |
|
path: |
|
||||||
|
Loading…
Reference in New Issue
Block a user