Skip to content
Snippets Groups Projects
Commit 3e86f26b authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

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

parent d795b49f
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -275,7 +275,7 @@ jobs: ...@@ -275,7 +275,7 @@ jobs:
path: .util path: .util
- name: Post Windows symbols - name: Post Windows symbols
uses: .util/post-bugsplat-windows/action.yaml uses: ./.util/post-bugsplat-windows
with: with:
username: ${{ secrets.BUGSPLAT_USER }} username: ${{ secrets.BUGSPLAT_USER }}
password: ${{ secrets.BUGSPLAT_PASS }} password: ${{ secrets.BUGSPLAT_PASS }}
...@@ -295,7 +295,7 @@ jobs: ...@@ -295,7 +295,7 @@ jobs:
path: .util path: .util
- name: Post Mac symbols - name: Post Mac symbols
uses: .util/post-bugsplat-mac/action.yaml uses: ./.util/post-bugsplat-mac
with: with:
username: ${{ secrets.BUGSPLAT_USER }} username: ${{ secrets.BUGSPLAT_USER }}
password: ${{ secrets.BUGSPLAT_PASS }} password: ${{ secrets.BUGSPLAT_PASS }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment