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