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