Skip to content

Commit

Permalink
ci: fix artifact upload for real
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Nov 9, 2024
1 parent 7eb0a7d commit 73af09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 73af09a

Please sign in to comment.