Skip to content

Commit 184305a

Browse files
c sharp server.
1 parent 84e8ae5 commit 184305a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ runs:
3232
- name: Upload csharp-server artifact
3333
uses: actions/upload-artifact@v4
3434
with:
35-
path: "server/csharp-server "
35+
path: "server/csharp-server"
3636
name: server-csharp-${{ inputs.version }}

server/generate-cs-server.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# run this from directory above, or with npm run generate:ts from parent directory.
2+
# run this from THIS DIRECTORY.
33

44
VERSION=${1:-"$(cat .version)"}
55

@@ -8,7 +8,7 @@ generate () {
88
docker run \
99
--rm \
1010
--user $(id -u) \
11-
-v ${PWD}:/local \
11+
-v ${PWD}/../:/local \
1212
-e VERSION="$SHORT_VERSION" \
1313
openapitools/openapi-generator-cli \
1414
generate \

0 commit comments

Comments
 (0)