We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbd7cf commit 27c37ecCopy full SHA for 27c37ec
.github/workflows/dev-release.yml
@@ -24,9 +24,10 @@ jobs:
24
run: cmake --build ${{github.workspace}}/csharp-api/build --config ${{env.BUILD_TYPE}} --target ALL_BUILD
25
26
- name: Prepare release
27
+ working-directory: ${{github.workspace}}/csharp-api
28
run: |
- 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
+ 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
31
32
- name: Compress release
33
0 commit comments