Skip to content

Commit

Permalink
Fix GA CI/CD script global,json location
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed May 30, 2024
1 parent d85b52e commit 129475c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: "Install .NET SDK"
uses: actions/[email protected]
with:
global-json-file: "./global.json"
global-json-file: "./src/global.json"

- name: "Update release notes"
shell: pwsh
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/publish_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4

- name: "Install .NET SDK"
uses: actions/[email protected]
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
global-json-file: "./src/global.json"

- name: "Update release notes"
shell: pwsh
Expand Down

0 comments on commit 129475c

Please sign in to comment.