From 65e871dc6a68479978db67e86e7385bcd910cc2b Mon Sep 17 00:00:00 2001 From: nuno <1140358@isep.ipp.pt> Date: Mon, 25 Mar 2024 22:37:41 +0000 Subject: [PATCH] ci --- .github/workflows/rust.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c35f68a..b3c2af4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,12 +18,8 @@ jobs: - uses: actions/checkout@v2 - name: Run tests run: cargo test --verbose - - name: Build Artifacts - run: cd doh; cargo build --release - - uses: actions/upload-artifact@v2 - with: - name: doh.so - path: target/release/libnss_doh.so + - name: Build Release + run: cargo build --release packging: runs-on: ubuntu-latest @@ -31,5 +27,6 @@ jobs: - build steps: - run: cargo install cargo-deb + - run: ls -la - name: DEB packaging run: cargo deb \ No newline at end of file