diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-09-12 13:55:08 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-09-12 13:55:08 -0400 |
commit | 3e86f26b408a33578482d20cd82ae9b5b5a5dc7c (patch) | |
tree | 3236a05523e4e4e1a113e028aec7cb6162908a4d /.github/workflows | |
parent | d795b49f16ef77bf7453af228d121a1f7de5f1f9 (diff) |
SL-19243: Try to convince GitHub that ./.util is really a path.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8157b9559f..4286de7cd3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -275,7 +275,7 @@ jobs: path: .util - name: Post Windows symbols - uses: .util/post-bugsplat-windows/action.yaml + uses: ./.util/post-bugsplat-windows with: username: ${{ secrets.BUGSPLAT_USER }} password: ${{ secrets.BUGSPLAT_PASS }} @@ -295,7 +295,7 @@ jobs: path: .util - name: Post Mac symbols - uses: .util/post-bugsplat-mac/action.yaml + uses: ./.util/post-bugsplat-mac with: username: ${{ secrets.BUGSPLAT_USER }} password: ${{ secrets.BUGSPLAT_PASS }} |