From bf4aa33b941e5db1f2a2dfe74a30acb5937d0ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Wo=C5=BAniak?= Date: Sat, 3 Jul 2021 16:05:42 +0200 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 86b9420..0150017 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,4 +20,11 @@ jobs: run: cargo build --release --verbose - name: Run tests run: cargo test --verbose - + - name: Upload a Build Artifact + uses: actions/upload-artifact@v2.2.4 + with: + # Artifact name + name: amdfand + # A file, directory or wildcard pattern that describes what to upload + path: ./target/release/amdfand + # The desired behavior if no files are found using the provided path.