SL-19243: Try to convince GitHub that ./.util is really a path.

master
Nat Goodspeed 2023-09-12 13:55:08 -04:00
parent d795b49f16
commit 3e86f26b40
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}