Skip to content

Commit d388e71

Browse files
Fixed paths
1 parent 6911c0f commit d388e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Add nuget package source
1717
run: dotnet nuget add source --username sipsorcery --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github-nofrixion "https://nuget.pkg.github.com/nofrixion/index.json"
1818
- name: Install dependencies
19-
run: dotnet restore Xero-NetStandard\Xero.NetStandard.OAuth2.sln
19+
run: dotnet restore Xero.NetStandard.OAuth2.sln
2020
- name: Build
21-
run: dotnet build Xero-NetStandard\Xero.NetStandard.OAuth2.sln -c Release --no-restore
21+
run: dotnet build Xero.NetStandard.OAuth2.sln -c Release --no-restore
2222
- name: Publish
2323
run: dotnet nuget push **\*.nupkg --source https://nuget.pkg.github.com/nofrixion/index.json --api-key ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)