From f56426a9ecc41ed6f4900d94ce0dfe05dc88e80a Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Fri, 14 Feb 2025 22:51:29 +0000 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3645f91..910e730 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -29,7 +29,7 @@ jobs: uses: actions/upload-artifact@v4.3.1 if: ${{ github.event_name == 'push' }} with: - name: byte-pusher-emu - path: target/release/byte-pusher-emu + name: porcel8 + path: target/release/porcel8 if-no-files-found: error overwrite: false