CI: upload artifacts

This commit is contained in:
FliegendeWurst 2021-01-24 18:18:00 +01:00
parent a8189de518
commit f43b1031c8

View File

@ -42,4 +42,11 @@ jobs:
run: cargo build --release --verbose run: cargo build --release --verbose
# there are currently no automated tests # there are currently no automated tests
- name: Run tests - name: Run tests
run: cargo test --release --verbose run: cargo test --release --verbose
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
name: Binaries
path: |
target/release/KIT-ILIAS-downloader
target/release/KIT-ILIAS-downloader.exe