Skip to content

Commit 6821129

Browse files
correct contents of csharp artifact.
1 parent d654d09 commit 6821129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runs:
8181
- name: Upload csharp artifact
8282
uses: actions/upload-artifact@v4
8383
with:
84-
path: "sdk/typescript"
84+
path: "sdk/csharp"
8585
name: sdk-csharp-${{ inputs.version }}
8686

8787
# - name: Upload artifact

0 commit comments

Comments
 (0)