diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 55dc7080..c11bfa9a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -73,16 +73,13 @@ jobs: sudo apt-get install -y rpm binutils cargo install cargo-generate-rpm cargo-deb + # download! - name: Download Build Artifacts uses: actions/download-artifact@v4 with: - name: notedeck-linux-bin # Assuming you need the Release build + name: notedeck-linux-bin path: target/release - # Cache - - name: Rust cache - uses: Swatinem/rust-cache@v2 - # Build Packages - name: Build Packages run: |