diff --git a/.github/workflows/build-packages.yaml b/.github/workflows/build-packages.yaml index 7e04c2fc..3eb13053 100644 --- a/.github/workflows/build-packages.yaml +++ b/.github/workflows/build-packages.yaml @@ -82,7 +82,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: ${{ matrix.target-os }} + name: ${{ matrix.target-os }}-${{ matrix.recipe }} path: release-artifacts/* create-test-release: