Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b874b6c

Browse files
Use windows way of using env variable in shell
1 parent 4bdd918 commit b874b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
if: github.ref == 'refs/heads/beta'
4848
run: |
4949
dotnet pack src/Advanced.Algorithms/Advanced.Algorithms.csproj --version-suffix "beta"
50-
dotnet nuget push **\*.nupkg -s "nuget" -k $NUGET_TOKEN
50+
dotnet nuget push **\*.nupkg -s "nuget" -k %NUGET_TOKEN%
5151
- name: Publish Stable
5252
if: github.ref == 'refs/heads/stable'
5353
run: |
5454
dotnet pack src/Advanced.Algorithms/Advanced.Algorithms.csproj
55-
dotnet nuget push **\*.nupkg -s "nuget" -k $NUGET_TOKEN
55+
dotnet nuget push **\*.nupkg -s "nuget" -k %NUGET_TOKEN%

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /