From 287aeaafc0879fadb7a9c82f3a9998a42eea9ee3 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 20 Nov 2023 22:52:18 +0100 Subject: [PATCH] Update rust.yml Add artifact download --- .github/workflows/rust.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 31000a2..8e31f06 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,3 +20,17 @@ jobs: run: cargo build --verbose - name: Run tests run: cargo test --verbose + + release: + + name: Release + runs-on: ubuntu-latest + needs: build + + steps: + - name: Download artifact + uses: actions/download-artifact@v3 + with: + name: pet-the-cat-gui_artifact + - name: Test artifact download + run: ls -R