diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4266d0c..c6dd33b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,11 +47,11 @@ jobs: uses: actions/upload-artifact@v4 if: matrix.features == '--all-features' && matrix.os == 'windows-latest' with: - name: Binaries + name: Binaries (Windows) path: target/release/KIT-ILIAS-downloader.exe - name: Archive artifacts uses: actions/upload-artifact@v4 if: matrix.features == '--all-features' && matrix.os == 'ubuntu-latest' with: - name: Binaries + name: Binaries (Linux) path: target/release/KIT-ILIAS-downloader