Skip to content

Commit d02cf72

Browse files
authored
chore: Fix release and CI process for the ClientSDK (#98)
1 parent 8511b80 commit d02cf72

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/actions/build-release/action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,18 @@ runs:
1515
6.0
1616
7.0
1717
18+
- name: Copy global.json in place
19+
shell: bash
20+
run: cp global.example.json global.json
21+
1822
- name: Display dotnet version
1923
shell: bash
2024
run: dotnet --version
2125

2226
- name: Build
2327
shell: bash
2428
run: dotnet build -p:Configuration=Release ${{ inputs.project_file }}
29+
30+
- name: Remove global.json
31+
shell: bash
32+
run: rm global.json

0 commit comments

Comments
 (0)