Skip to content

Commit 28cfd93

Browse files
committed
Fix up contributing to work better on linux
1 parent 78241e3 commit 28cfd93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ Push the tag.
5353
When your repo is hosted by GitHub and you are using GitHub Actions, you should create a GitHub Release using the standard GitHub UI.
5454
Having previously used `nbgv tag` and pushing the tag will help you identify the precise commit and name to use for this release.
5555

56-
After publishing the release, the `.github\workflows\release.yml` workflow will be automatically triggered, which will:
56+
After publishing the release, the `.github/workflows/release.yml` workflow will be automatically triggered, which will:
5757

58-
1. Find the most recent `.github\workflows\build.yml` GitHub workflow run of the tagged release.
58+
1. Find the most recent `.github/workflows/build.yml` GitHub workflow run of the tagged release.
5959
1. Upload the `deployables` artifact from that workflow run to your GitHub Release.
6060
1. If you have `NUGET_API_KEY` defined as a secret variable for your repo or org, any nuget packages in the `deployables` artifact will be pushed to nuget.org.
6161

@@ -92,7 +92,7 @@ The best way to keep your repo in sync with Library.Template's evolving features
9292
```ps1
9393
git fetch
9494
git checkout origin/main
95-
.\tools\MergeFrom-Template.ps1
95+
./tools/MergeFrom-Template.ps1
9696
# resolve any conflicts, then commit the merge commit.
9797
git push origin -u HEAD
9898
```

0 commit comments

Comments
 (0)