diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c389da7de..dc2eae116 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: - name: Upload Compose Reports uses: actions/upload-artifact@v4 with: - name: Build Reports + name: Compose Reports path: amethyst/build/compose_compiler - name: Tests @@ -66,6 +66,6 @@ jobs: - name: Upload Test Results uses: actions/upload-artifact@v4 with: - name: Build Reports + name: Test Reports path: amethyst/build/reports