From bd8ecbb389efa977908f80b1d04bd827745bc892 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed <nat@lindenlab.com> Date: Mon, 18 Sep 2023 22:43:16 -0400 Subject: [PATCH] SL-19242: Typo in changing from inline to reusable action. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8a477e1a296..cbdbac65cdf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -317,7 +317,7 @@ jobs: path: artifacts - name: Reshuffle artifact files - run: secondlife/viewer-build-util/release-artifacts@main + uses: secondlife/viewer-build-util/release-artifacts@main with: input-path: artifacts output-path: assets -- GitLab