Skip to content

Commit 27c37ec

Browse files
committed
CI: C# Adjustments
1 parent acbd7cf commit 27c37ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dev-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
run: cmake --build ${{github.workspace}}/csharp-api/build --config ${{env.BUILD_TYPE}} --target ALL_BUILD
2525

2626
- name: Prepare release
27+
working-directory: ${{github.workspace}}/csharp-api
2728
run: |
28-
pip install -r ${{github.workspace}}/csharp-api/requirements.txt
29-
python ${{github.workspace}}/csharp-api/make_symlinks.py --gamedir="${{github.workspace}}/csharp-api" --bindir="${{github.workspace}}/csharp-api/build/bin" --just_copy=Tru
29+
pip install -r requirements.txt
30+
python make_symlinks.py --gamedir="${{github.workspace}}/csharp-api" --bindir="${{github.workspace}}/csharp-api/build/bin" --just_copy=True
3031
3132
- name: Compress release
3233
run: |

0 commit comments

Comments
 (0)