diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1e905cd..9eecf59 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -78,5 +78,5 @@ jobs: - name: 📦 Upload artifacts uses: actions/upload-artifact@v3 with: - name: Zenyx-${{ runner.os }}-${{ matrix.arch }}-binary + name: Zenyx-${{ runner.os }}-${{ matrix.arch }}-bin path: target/${{ matrix.target }}/release/zenyx* \ No newline at end of file