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