From f43b1031c8766e71f4670489c7372c036393132b Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu@web.de> Date: Sun, 24 Jan 2021 18:18:00 +0100 Subject: [PATCH] CI: upload artifacts --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a539453..20334cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,4 +42,11 @@ jobs: run: cargo build --release --verbose # there are currently no automated tests - name: Run tests - run: cargo test --release --verbose \ No newline at end of file + 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