Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
3e86f26b
Commit
3e86f26b
authored
1 year ago
by
Nat Goodspeed
Browse files
Options
Downloads
Patches
Plain Diff
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
!3
Update to main branch
,
!2
Rebase onto current main branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/build.yaml
+2
-2
2 additions, 2 deletions
.github/workflows/build.yaml
with
2 additions
and
2 deletions
.github/workflows/build.yaml
+
2
−
2
View file @
3e86f26b
...
@@ -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 }}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment