commit 236d1684e75ad9e8208f11323136bfb1fb80633a
parent 355151e1d4754c5921d78b2616aba330181e3490
Author: William Casarin <jb55@jb55.com>
Date: Thu, 28 Nov 2024 18:39:18 -0800
try to fix linux packages yet again
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git 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: |