diff --git a/.github/workflows/rc-lite-builds.yml b/.github/workflows/rc-lite-builds.yml index 9eaef5072..2c932a9ae 100644 --- a/.github/workflows/rc-lite-builds.yml +++ b/.github/workflows/rc-lite-builds.yml @@ -150,5 +150,5 @@ jobs: - name: Upload combined artifacts uses: actions/upload-artifact@v4 with: - name: "Re-Console-dev-${{ needs.build.outputs.commit_sha }}" - path: combined-artifacts \ No newline at end of file + name: "Re-Console-Lite-dev-${{ needs.build.outputs.commit_sha }}" + path: combined-artifacts