diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffdff2a..aeaaf05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: Binary + name: build-artifacts-${{ matrix.target }} path: | ${{ steps.compile.outputs.BUILT_ARCHIVE }} ${{ steps.compile.outputs.BUILT_CHECKSUM }} \ No newline at end of file