diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-08-29 20:03:21 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-08-29 20:03:21 -0400 |
commit | b06aa53f59dcd2efa4c73bbaa84b17c0d080117e (patch) | |
tree | 9f0b45d4d9cb81430005ad620064179ababa8b48 /.github/workflows | |
parent | 7779cebdcd1aecbce92c660072c00064185a95f1 (diff) |
SL-18837: Only list the downloaded artifacts.
Diffstat (limited to '.github/workflows')
-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 61a1215d07..d62b640369 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -267,7 +267,7 @@ jobs: path: artifacts - name: Show what we downloaded - run: ls -R + run: ls -R artifacts - name: Make output dir run: mkdir assets |