diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-09-18 22:43:16 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-09-18 22:43:16 -0400 |
commit | bd8ecbb389efa977908f80b1d04bd827745bc892 (patch) | |
tree | 5f791efd876e258b69356c20189d8290923eaa44 /.github | |
parent | 1184c383e20797c2c7df7a996663f9236b201cd4 (diff) |
SL-19242: Typo in changing from inline to reusable action.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8a477e1a29..cbdbac65cd 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 |