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